diff --git a/app/lib/window.ts b/app/lib/window.ts index ce861c43..7ee5dd22 100644 --- a/app/lib/window.ts +++ b/app/lib/window.ts @@ -101,6 +101,7 @@ export class Window { this.window.show() } this.window.focus() + this.window.moveTop() } }) @@ -152,6 +153,7 @@ export class Window { show (): void { this.window.show() + this.window.moveTop() } focus (): void {