mirror of
https://github.com/bitwarden/desktop.git
synced 2025-01-05 18:37:47 +01:00
respect showWindow param
This commit is contained in:
parent
2c8e153931
commit
f149f98145
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user