This commit is contained in:
Clem Fern 2023-11-18 16:19:09 +01:00
parent b4777fd4a8
commit 066a1a6bac

View file

@ -248,6 +248,6 @@ export class AppRootComponent {
}
isTilteBarNeeded (): boolean {
return this.config.store.appearance.frame == "thin" && this.config.store.appearance.tabsLocation != "top" && this.config.store.appearance.tabsLocation != "bottom"
return this.config.store.appearance.frame == 'thin' && this.config.store.appearance.tabsLocation != 'top' && this.config.store.appearance.tabsLocation != 'bottom'
}
}