mirror of
https://github.com/Eugeny/tabby
synced 2024-12-13 06:42:44 +00:00
lint b4777fd4a8
This commit is contained in:
parent
b4777fd4a8
commit
066a1a6bac
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue