We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608700a commit d3254c4Copy full SHA for d3254c4
1 file changed
main.js
@@ -39,6 +39,9 @@ function createWindow() {
39
},
40
});
41
42
+ // Remove set menu
43
+ mainWindow.setMenu(null);
44
+
45
// Set UserAgent
46
mainWindow.webContents.setUserAgent(USER_AGENT);
47
0 commit comments