mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
respect showWindow param
This commit is contained in:
@@ -76,7 +76,7 @@ export class TrayMain {
|
|||||||
this.tray = null;
|
this.tray = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.windowMain.win != null && !this.windowMain.win.isVisible()) {
|
if (showWindow && this.windowMain.win != null && !this.windowMain.win.isVisible()) {
|
||||||
this.windowMain.win.show();
|
this.windowMain.win.show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user