[MM-40822] Remove app.dock.show from restoreMain (#1945)

* [MM-40822] Remove app.dock.show from restoreMain

* Removed the test
This commit is contained in:
Devin Binnie
2022-01-12 09:38:45 -05:00
committed by GitHub
parent 4d49f1bd38
commit 4bdd8b7a45
2 changed files with 0 additions and 16 deletions

View File

@@ -230,9 +230,6 @@ export class WindowManager {
} else {
this.mainWindow!.focus();
}
if (process.platform === 'darwin') {
app.dock.show();
}
} else if (this.settingsWindow) {
this.settingsWindow.focus();
} else {