lint b4777fd4a8595d9d72842529d7eef46ccf716607

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