Skip to content

Commit

Permalink
feat: Add toggle dev tools option to the application menu
Browse files Browse the repository at this point in the history
  • Loading branch information
erdkse committed Oct 1, 2021
1 parent 62de506 commit 6f6f617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ const viewMenu = (store: any): MenuItemConstructorOptions => {
store.dispatch(toggleLeftMenu());
},
},
{role: 'toggleDevTools'},
{
label: 'Reset Layout',
click: () => {
Expand Down

0 comments on commit 6f6f617

Please sign in to comment.