mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-15 12:54:50 +00:00
Fix: formatting err
This commit is contained in:
@@ -89,9 +89,7 @@ title-bar(
|
|||||||
)
|
)
|
||||||
|
|
||||||
div.window-controls-spacer(
|
div.window-controls-spacer(
|
||||||
*ngIf='config.store.appearance.frame == "thin" \
|
*ngIf='config.store.appearance.frame == "thin" && (hostApp.platform == Platform.Windows) && (config.store.appearance.tabsLocation !== "bottom")',
|
||||||
&& (hostApp.platform == Platform.Windows) \
|
|
||||||
&& (config.store.appearance.tabsLocation !== "bottom"',
|
|
||||||
)
|
)
|
||||||
.content
|
.content
|
||||||
start-page.content-tab.content-tab-active(*ngIf='ready && app.tabs.length == 0')
|
start-page.content-tab.content-tab-active(*ngIf='ready && app.tabs.length == 0')
|
||||||
|
Reference in New Issue
Block a user