diff --git a/terminus-core/src/services/touchbar.service.ts b/terminus-core/src/services/touchbar.service.ts index b93a16ea..3545a095 100644 --- a/terminus-core/src/services/touchbar.service.ts +++ b/terminus-core/src/services/touchbar.service.ts @@ -20,6 +20,9 @@ export class TouchbarService { private electron: ElectronService, private zone: NgZone, ) { + if (this.hostApp.platform !== Platform.macOS) { + return + } app.tabsChanged$.subscribe(() => this.update()) app.activeTabChange$.subscribe(() => this.update()) app.tabOpened$.subscribe(tab => {