From fbb66145539527402805f147c7114ba1c6f20934 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Thu, 13 Feb 2020 12:32:04 +0100 Subject: [PATCH] fixed #185 --- terminus-core/src/components/appRoot.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/terminus-core/src/components/appRoot.component.ts b/terminus-core/src/components/appRoot.component.ts index 54a88da9..80a8f91c 100644 --- a/terminus-core/src/components/appRoot.component.ts +++ b/terminus-core/src/components/appRoot.component.ts @@ -190,6 +190,7 @@ export class AppRootComponent { if (this.config.store.appearance.dock === 'off') { // not docked, visible setTimeout(() => { + this.hostApp.getWindow().show() this.hostApp.getWindow().focus() }) } else {