2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Display check on the active account.

This commit is contained in:
John Preston
2020-06-23 13:20:38 +04:00
parent 51c2bc7349
commit 34ef54e40b
13 changed files with 91 additions and 27 deletions

View File

@@ -31,6 +31,7 @@ class Templates;
namespace Data {
class Session;
class Changes;
class CloudImageView;
} // namespace Data
namespace Storage {
@@ -174,6 +175,8 @@ private:
const std::unique_ptr<Support::Helper> _supportHelper;
std::shared_ptr<Data::CloudImageView> _selfUserpicView;
base::flat_set<not_null<Window::SessionController*>> _windows;
base::Timer _saveSettingsTimer;