1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-08-13 12:51:51 +00:00

Update appRoot.component.ts

This commit is contained in:
Eugene Pankov
2022-02-01 22:11:39 +01:00
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[] {