mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
respect showWindow param
This commit is contained in:
@@ -76,7 +76,7 @@ export class TrayMain {
|
||||
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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user