mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 05:20:01 +00:00
Update appRoot.component.ts
This commit is contained in:
parent
9082fe5c06
commit
9cfd02bff6
@ -215,7 +215,7 @@ export class AppRootComponent {
|
||||
}
|
||||
|
||||
@HostBinding('class.vibrant') get isVibrant () {
|
||||
return this.config.store.appearance.vibrancy
|
||||
return this.config.store?.appearance.vibrancy
|
||||
}
|
||||
|
||||
private getToolbarButtons (aboveZero: boolean): ToolbarButton[] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user