Skip to content

Commit

Permalink
ok this is likely bad
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed Mar 7, 2022
1 parent 80c6732 commit c3d2d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2463,7 +2463,7 @@ function queued_files_spinner() {
if (win.isMinimized()) {
win.restore(); // Works regardless of whether the window was previously normal or maximized.
}
win.show(); // Uh not sure this does anything, but meh. (Maybe on some platform?)
// win.show(); // Not sure this does anything, might even be causing bugs, see Electron #26277
win.focus();
}, 50);

Expand Down

0 comments on commit c3d2d8a

Please sign in to comment.