mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
increase default window size
This commit is contained in:
parent
baca6d608f
commit
856f2bdadf
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ app.whenReady().then(async () => {
|
|||
|
||||
// create browser window
|
||||
mainWindow = new BrowserWindow({
|
||||
width: 1024,
|
||||
height: 768,
|
||||
width: 1500,
|
||||
height: 800,
|
||||
webPreferences: {
|
||||
// used to inject logging over ipc
|
||||
preload: path.join(__dirname, 'preload.js'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue