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 61b7ce4 commit c5dc66cCopy full SHA for c5dc66c
src/main/menu/main.ts
@@ -260,14 +260,6 @@ const markdownMenuItems: MenuConfig[] = [
260
},
261
]
262
263
-const windowMenu: MenuItemConstructorOptions[] = [
264
- {
265
- label: i18n.t('menu:window.minimize'),
266
- accelerator: 'CommandOrControl+M',
267
- role: 'minimize',
268
- },
269
-]
270
-
271
const menuItems: MenuItemConstructorOptions[] = [
272
{
273
label: i18n.t('menu:app.label'),
@@ -292,10 +284,6 @@ const menuItems: MenuItemConstructorOptions[] = [
292
284
293
285
role: 'windowMenu',
294
286
295
296
- label: i18n.t('menu:window.label'),
297
- submenu: windowMenu,
298
299
287
300
288
label: i18n.t('menu:help.label'),
301
289
submenu: createPlatformMenuItems(helpMenuItems),
0 commit comments