Skip to content

Commit

Permalink
Apply prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
seanoliver authored and github-actions[bot] committed Jul 31, 2023
1 parent 9981770 commit cc32719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ app.on('ready', () => {
},
width: store.get('isFullscreen', false) ? width : 1200,
height: 750,
focusable: process.env.NODE_ENV !== 'development'
focusable: process.env.NODE_ENV !== 'development',
},
tray,
showOnAllWorkspaces: false,
Expand Down

0 comments on commit cc32719

Please sign in to comment.