This commit is contained in:
Clem Fern 2023-11-18 16:22:34 +01:00
parent 066a1a6bac
commit 845d6c6373

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'
}
}