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

Fixed inability to close folder with Back mouse button.

- Fixed #5997.
This commit is contained in:
23rd
2019-05-12 15:59:01 +03:00
committed by John Preston
parent 0659822ac9
commit 63fc552636
2 changed files with 19 additions and 15 deletions

View File

@@ -443,6 +443,8 @@ private:
const Data::WallPaper &background,
QImage &&image);
void handleHistoryBack();
not_null<Window::Controller*> _controller;
bool _started = false;