Skip to content

Commit 749e85e

Browse files
committed
remove a depreciated option of mainWIndow
1 parent cfa251b commit 749e85e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/main-window.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ var mainWindow = new BrowserWindow({
99
zoomFactor: 1.0,
1010
webPreferences: {
1111
blinkFeatures: 'OverlayScrollbars'
12-
},
13-
standardWindow: false
12+
}
1413
})
1514

1615
const url = path.resolve(__dirname, './main.html')

0 commit comments

Comments
 (0)