Skip to content

Commit cc995df

Browse files
authored
Update main.js
1 parent b9633a2 commit cc995df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function createWindow () {
1010
}
1111
})
1212

13-
// win.setMenu(null)
13+
win.setMenu(null)
1414
win.loadFile('index.html')
1515
};
1616

@@ -26,4 +26,4 @@ function createWindow () {
2626
if (BrowserWindow.getAllWindows().length === 0) {
2727
createWindow()
2828
}
29-
})
29+
})

0 commit comments

Comments
 (0)