mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Applying color theme without restarting the application.
This commit is contained in:
@@ -667,8 +667,6 @@ struct Data {
|
||||
|
||||
base::Observable<HistoryItem*> ItemRemoved;
|
||||
|
||||
bool ApplyingTheme = false;
|
||||
|
||||
};
|
||||
|
||||
} // namespace internal
|
||||
@@ -784,6 +782,4 @@ DefineRefVar(Global, base::Observable<void>, LocalPasscodeChanged);
|
||||
|
||||
DefineRefVar(Global, base::Observable<HistoryItem*>, ItemRemoved);
|
||||
|
||||
DefineVar(Global, bool, ApplyingTheme);
|
||||
|
||||
} // namespace Global
|
||||
|
Reference in New Issue
Block a user