1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-25 11:33:35 +03:00

windows fix

This commit is contained in:
Eugene Pankov 2019-03-02 15:34:18 +01:00
parent 426bedd7b7
commit dc813b8edb

View File

@ -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 => {