Skip to content

Commit

Permalink
macos maximize on new desktop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackschedel committed Jan 3, 2024
1 parent d9fb647 commit 18d94d9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions electron/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ function createWindow() {
return { action: 'deny' };
});

win.on('show', function (event) {
win.maximize();
win.focus();
});

return win;
}

Expand Down

0 comments on commit 18d94d9

Please sign in to comment.