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

Added initial context menu to TabbedPanel.

Added ability to schedule and send silently stickers and GIFs.
This commit is contained in:
23rd
2020-07-25 18:07:14 +03:00
committed by John Preston
parent a95a324401
commit 7db9843543
8 changed files with 130 additions and 5 deletions

View File

@@ -110,6 +110,8 @@ private:
std::unique_ptr<Ui::PanelAnimation> _showAnimation;
Ui::Animations::Simple _a_show;
bool _shouldFinishHide = false;
bool _hiding = false;
bool _hideAfterSlide = false;
QPixmap _cache;