Skip to content

Commit 064d1bf

Browse files
committed
Boost the window to a large default
1 parent 669231b commit 064d1bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ let mainWindow: Electron.BrowserWindow | null = null;
88

99
const createWindow = async () => {
1010
mainWindow = new BrowserWindow({
11-
width: 800,
12-
height: 600,
11+
width: 1366,
12+
height: 768,
1313
webPreferences: {
1414
contextIsolation: true,
1515
nodeIntegration: false

0 commit comments

Comments
 (0)