mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
First version on loading themes is ready.
This commit is contained in:
@@ -667,6 +667,8 @@ struct Data {
|
||||
|
||||
base::Observable<HistoryItem*> ItemRemoved;
|
||||
|
||||
bool ApplyingTheme = false;
|
||||
|
||||
};
|
||||
|
||||
} // namespace internal
|
||||
@@ -782,4 +784,6 @@ 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