mirror of
https://github.com/Eugeny/tabby.git
synced 2025-03-31 15:50:28 +08:00
lint b4777fd4a8595d9d72842529d7eef46ccf716607
This commit is contained in:
parent
066a1a6bac
commit
845d6c6373
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user