Skip to content

Commit

Permalink
feat(index) menubar stays open in development for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
seanoliver committed Jul 31, 2023
1 parent 229d0f6 commit 9981770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ app.on('ready', () => {
},
width: store.get('isFullscreen', false) ? width : 1200,
height: 750,
focusable: process.env.NODE_ENV !== 'development'
},
tray,
showOnAllWorkspaces: false,
Expand Down

0 comments on commit 9981770

Please sign in to comment.