From 2d1642310655b1d867e87aef6039b7b3e4ce9105 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Tue, 1 Mar 2022 03:37:20 +0000 Subject: [PATCH] #523 Patch --- src/main/base/app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/base/app.ts b/src/main/base/app.ts index 62cb923a..1856fe10 100644 --- a/src/main/base/app.ts +++ b/src/main/base/app.ts @@ -219,6 +219,7 @@ export class AppEvents { app.quit() } else if (utils.getWindow()) { if (utils.getWindow().isMinimized()) utils.getWindow().restore() + utils.getWindow().show() utils.getWindow().focus() } })