mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Enable / disable side bar based on filters.
This commit is contained in:
@@ -311,7 +311,6 @@ struct Data {
|
||||
base::Observable<void> AdaptiveChanged;
|
||||
|
||||
bool DialogsFiltersEnabled = false;
|
||||
FilterId DialogsFilterId = 0;
|
||||
bool ModerateModeEnabled = false;
|
||||
|
||||
bool ScreenIsLocked = false;
|
||||
@@ -441,7 +440,6 @@ DefineVar(Global, bool, AdaptiveForWide);
|
||||
DefineRefVar(Global, base::Observable<void>, AdaptiveChanged);
|
||||
|
||||
DefineVar(Global, bool, DialogsFiltersEnabled);
|
||||
DefineVar(Global, FilterId, DialogsFilterId);
|
||||
DefineVar(Global, bool, ModerateModeEnabled);
|
||||
|
||||
DefineVar(Global, bool, ScreenIsLocked);
|
||||
|
Reference in New Issue
Block a user