mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-23 03:48:01 +00:00
Update appRoot.component.ts
This commit is contained in:
@@ -215,7 +215,7 @@ export class AppRootComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@HostBinding('class.vibrant') get isVibrant () {
|
@HostBinding('class.vibrant') get isVibrant () {
|
||||||
return this.config.store.appearance.vibrancy
|
return this.config.store?.appearance.vibrancy
|
||||||
}
|
}
|
||||||
|
|
||||||
private getToolbarButtons (aboveZero: boolean): ToolbarButton[] {
|
private getToolbarButtons (aboveZero: boolean): ToolbarButton[] {
|
||||||
|
Reference in New Issue
Block a user