mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-11 11:51:52 +00:00
Update appRoot.component.ts
This commit is contained in:
@@ -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[] {
|
||||
|
Reference in New Issue
Block a user