feat(ui): allow disabling animations

This commit is contained in:
Łukasz Mierzwa
2020-10-11 16:27:33 +01:00
committed by Łukasz Mierzwa
parent d6029506d5
commit 45f30f6ce9
19 changed files with 318 additions and 65 deletions

View File

@@ -7,6 +7,7 @@ export interface UIDefaults {
HideFiltersWhenIdle: boolean;
ColorTitlebar: boolean;
Theme: ThemeT;
Animations: boolean;
MinimalGroupWidth: number;
AlertsPerGroup: number;
CollapseGroups: CollapseGroupsT;