diff --git a/terminus-core/src/components/appRoot.component.ts b/terminus-core/src/components/appRoot.component.ts index b4dc451e..2338838e 100644 --- a/terminus-core/src/components/appRoot.component.ts +++ b/terminus-core/src/components/appRoot.component.ts @@ -131,7 +131,9 @@ export class AppRootComponent { if (this.electron.app.window.isFocused()) { // focused this.electron.loseFocus() - this.electron.app.window.hide() + if (this.hostApp.platform !== Platform.macOS) { + this.electron.app.window.hide() + } } else { if (!this.electron.app.window.isVisible()) { // unfocused, invisible