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 b12090a commit eabb872Copy full SHA for eabb872
spec-main/fixtures/api/test-menu-null/main.js
@@ -3,7 +3,6 @@ const { app, BrowserWindow } = require('electron')
3
let win
4
app.on('ready', function () {
5
win = new BrowserWindow({})
6
- win.loadURL('about:blank')
7
win.setMenu(null)
8
9
setTimeout(() => {
spec-main/fixtures/api/test-menu-visibility/main.js
win.setMenuBarVisibility(false)
0 commit comments