Skip to content

Commit

Permalink
Remove unnecessary code in main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Mar 27, 2024
1 parent 2b3c517 commit 7ec4bc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ const createMainWindow = () => {
transparent: true,
fullscreenable: false,
maximizable: false,
show: false,
});

mainWindow.setMenuBarVisibility(false);
Expand All @@ -152,8 +151,6 @@ const createMainWindow = () => {
});

mainWindow.webContents.on('ready-to-show', () => {
mainWindow.setSize(mainWindow.getContentSize());
mainWindow.focus();
mainWindow.show();
});

Expand Down

0 comments on commit 7ec4bc3

Please sign in to comment.