2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Delayed notification hide without animations.

This commit is contained in:
John Preston
2018-09-21 21:14:48 +03:00
parent 2e5a0e056c
commit 7f39d917ab
2 changed files with 14 additions and 1 deletions

View File

@@ -145,6 +145,7 @@ private:
bool _hiding = false;
bool _deleted = false;
base::binary_guard _hidingDelayed;
Animation _a_opacity;
QPoint _startPosition;