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

Added hiding of Blob animations at application deactivating.

This commit is contained in:
23rd
2020-12-03 19:34:51 +03:00
parent a57d23f7d9
commit 79d5a49e7c
4 changed files with 30 additions and 3 deletions

View File

@@ -271,7 +271,7 @@ public:
void handleAppActivated();
void handleAppDeactivated();
[[nodiscard]] rpl::producer<bool> appDeactivated() const;
[[nodiscard]] rpl::producer<bool> appDeactivates() const;
void switchDebugMode();
void switchFreeType();