mirror of
https://github.com/eugeny/tabby
synced 2026-08-19 20:36:55 +00:00
windows fix
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user