mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
change default window size
This commit is contained in:
+2
-2
@@ -72,8 +72,8 @@ const createWindow = async () => {
|
||||
|
||||
mainWindow = new BrowserWindow({
|
||||
show: false,
|
||||
width: 1024,
|
||||
height: 728,
|
||||
width: 1080,
|
||||
height: 720,
|
||||
minWidth: 900,
|
||||
minHeight: 500,
|
||||
frame: false,
|
||||
|
||||
Reference in New Issue
Block a user