We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c2e2e commit 472a227Copy full SHA for 472a227
src/main/index.js
@@ -77,6 +77,7 @@ const createMainWindow = () => {
77
height: defaultSize.height,
78
title: 'Smalruby3 Desktop'
79
});
80
+ window.maximize();
81
const webContents = window.webContents;
82
83
webContents.session.on('will-download', (ev, item) => {
0 commit comments