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 8f51c69 commit d8bcd56Copy full SHA for d8bcd56
1 file changed
app/index.js
@@ -10,7 +10,9 @@ let mainWindow
10
11
function createMainWindow() {
12
const windowOptions = {
13
- webPreferences: { nodeIntegration: true }
+ webPreferences: { nodeIntegration: true },
14
+ width: 1200,
15
+ height: 800
16
}
17
if (process.platform === 'darwin') {
18
windowOptions.titleBarStyle = 'hiddenInset'
0 commit comments