2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Removed NotificationsDemoIsShown global variable from facades.

This commit is contained in:
23rd
2021-05-26 01:22:55 +03:00
parent 54dd63d61a
commit d2c8780c0f
6 changed files with 12 additions and 13 deletions

View File

@@ -122,6 +122,7 @@ private:
std::deque<QueuedNotification> _queuedNotifications;
Ui::Animations::Simple _demoMasterOpacity;
bool _demoIsShown = false;
mutable QPixmap _hiddenUserpicPlaceholder;