Skip to content

Commit 472a227

Browse files
committed
maxmize window when booted.
1 parent 85c2e2e commit 472a227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ const createMainWindow = () => {
7777
height: defaultSize.height,
7878
title: 'Smalruby3 Desktop'
7979
});
80+
window.maximize();
8081
const webContents = window.webContents;
8182

8283
webContents.session.on('will-download', (ev, item) => {

0 commit comments

Comments
 (0)