From 9cfd02bff6433d94d77c25d31ab69346538c0340 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Tue, 1 Feb 2022 22:11:39 +0100 Subject: [PATCH] Update appRoot.component.ts --- tabby-core/src/components/appRoot.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-core/src/components/appRoot.component.ts b/tabby-core/src/components/appRoot.component.ts index 9f47890f..e380fed1 100644 --- a/tabby-core/src/components/appRoot.component.ts +++ b/tabby-core/src/components/appRoot.component.ts @@ -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[] {