From 9638be53494956e0757c8bf77fe9bf2f8eb46b02 Mon Sep 17 00:00:00 2001 From: Evan / Fero Date: Fri, 14 Jul 2023 12:36:36 -0700 Subject: [PATCH] Update appRoot.component.pug --- tabby-core/src/components/appRoot.component.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-core/src/components/appRoot.component.pug b/tabby-core/src/components/appRoot.component.pug index 4363420b..84b12331 100644 --- a/tabby-core/src/components/appRoot.component.pug +++ b/tabby-core/src/components/appRoot.component.pug @@ -89,7 +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 == "top")', ) .content start-page.content-tab.content-tab-active(*ngIf='ready && app.tabs.length == 0')