[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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user