diff --git a/tabby-core/src/components/appRoot.component.pug b/tabby-core/src/components/appRoot.component.pug index 3da7e6d0..4363420b 100644 --- a/tabby-core/src/components/appRoot.component.pug +++ b/tabby-core/src/components/appRoot.component.pug @@ -89,9 +89,7 @@ title-bar( ) div.window-controls-spacer( - *ngIf='config.store.appearance.frame == "thin" \ - && (hostApp.platform == Platform.Windows) \ - && (config.store.appearance.tabsLocation !== "bottom"', + *ngIf='config.store.appearance.frame == "thin" && (hostApp.platform == Platform.Windows) && (config.store.appearance.tabsLocation !== "bottom")', ) .content start-page.content-tab.content-tab-active(*ngIf='ready && app.tabs.length == 0')