Skip to content

Commit

Permalink
set up for production
Browse files Browse the repository at this point in the history
  • Loading branch information
YisusGaming committed Dec 23, 2023
1 parent 2a05396 commit 63346b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ app.on('ready', () => {
show: false
});
// ! Make sure to set the application menu to null in production.
// Menu.setApplicationMenu(null);
Menu.setApplicationMenu(null);
main.loadFile(path.join(publicPath, 'index.html'));
main.on('ready-to-show', () => {
logger.logMessage(`Main window ready to show.`);
Expand Down

0 comments on commit 63346b6

Please sign in to comment.