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 cfa251b commit 749e85eCopy full SHA for 749e85e
1 file changed
lib/main-window.js
@@ -9,8 +9,7 @@ var mainWindow = new BrowserWindow({
9
zoomFactor: 1.0,
10
webPreferences: {
11
blinkFeatures: 'OverlayScrollbars'
12
- },
13
- standardWindow: false
+ }
14
})
15
16
const url = path.resolve(__dirname, './main.html')
0 commit comments