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 {