Skip to content

Commit

Permalink
fix: window randomly vanishing on mac after minimise
Browse files Browse the repository at this point in the history
  • Loading branch information
Alastair Hawkes committed Apr 30, 2022
1 parent 2bf5921 commit fbfaca9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/main/src/lifecycleEventHandlers/fullScreenBreak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const setFullScreen = (
) => {
win?.setFullScreenable(true);
win?.setAlwaysOnTop(alwaysOnTop, "screen-saver");
win?.setSkipTaskbar(flag);
win?.setFullScreen(flag);
win?.setVisibleOnAllWorkspaces(flag);
win?.show();
Expand Down

0 comments on commit fbfaca9

Please sign in to comment.