Skip to content

Commit

Permalink
fix: remove menu item from electron menu
Browse files Browse the repository at this point in the history
Co-authored-by: MarkNerdi <MarkNerdi@users.noreply.github.com>
  • Loading branch information
nicole-obrien and MarkNerdi committed Mar 16, 2023
1 parent 9fd9e9e commit 2463f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/desktop/electron/lib/menu.js
Expand Up @@ -98,11 +98,11 @@ const buildTemplate = () => {
click: () => getOrInitWindow('main').webContents.send('menu-create-developer-profile'),
visible: state.canCreateNewProfile,
},
{
/* {
label: state.strings.createNormalProfile,
click: () => getOrInitWindow('main').webContents.send('menu-create-normal-profile'),
visible: state.canCreateNewProfile,
},
}, */
{
label: state.strings.diagnostics,
click: () => getOrInitWindow('main').webContents.send('menu-diagnostics'),
Expand Down

0 comments on commit 2463f2b

Please sign in to comment.