Skip to content

Commit

Permalink
fix: devtools menu in win #415 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov committed Oct 5, 2023
1 parent c9aa8de commit a8909e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/menu/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,11 @@ const appMenuMac: MenuItemConstructorOptions[] = [
]

const appMenu: MenuItemConstructorOptions[] = [
{ ...appMenuCommon.preferences },
{ ...appMenuCommon.update },
{ type: 'separator' },
{ ...appMenuCommon.preferences },
{ ...appMenuCommon.devtools },
{ type: 'separator' },
{ ...appMenuCommon.quit }
]

Expand Down

0 comments on commit a8909e4

Please sign in to comment.