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 67a96b4 commit 6fc95acCopy full SHA for 6fc95ac
src/menu.ts
@@ -38,14 +38,6 @@ export const getMenu = (browserWindows: Electron.BrowserWindow[]) => {
38
{ role: 'toggleDevTools' }
39
]
40
},
41
- {
42
- label: '&Window',
43
- role: 'window',
44
- submenu: [
45
- { role: 'minimize' },
46
- { role: 'close' }
47
- ]
48
- },
49
{
50
label: '&Help',
51
role: 'help',
0 commit comments