mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
fixes App freezing when NOT opening from tray (#46)
This commit is contained in:
@@ -37,7 +37,7 @@ export class WindowMain {
|
|||||||
// Someone tried to run a second instance, we should focus our window.
|
// Someone tried to run a second instance, we should focus our window.
|
||||||
if (this.win != null) {
|
if (this.win != null) {
|
||||||
if (this.win.isMinimized()) {
|
if (this.win.isMinimized()) {
|
||||||
this.win.restore();
|
this.win.show();
|
||||||
}
|
}
|
||||||
this.win.focus();
|
this.win.focus();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user