mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-26 16:58:40 -04:00
Exclude macs because current logic works properly
This commit is contained in:
@@ -291,7 +291,7 @@ try {
|
||||
if (win) {
|
||||
if (win.isMinimized()) {
|
||||
win.restore();
|
||||
} else if (!win.isVisible()) {
|
||||
} else if (!win.isVisible() && process.platform !== "darwin") {
|
||||
win.show();
|
||||
}
|
||||
win.focus();
|
||||
|
||||
Reference in New Issue
Block a user