mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
lint b4777fd4a8
This commit is contained in:
@@ -248,6 +248,6 @@ export class AppRootComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
isTilteBarNeeded (): boolean {
|
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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user