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

Fix important switch hiding in folders.

This commit is contained in:
John Preston
2019-04-25 12:59:57 +04:00
parent 48ad171a29
commit 430a3c2cec
2 changed files with 25 additions and 19 deletions

View File

@@ -227,6 +227,7 @@ private:
UpdateRowSections sections = UpdateRowSection::All);
void fillSupportSearchMenu(not_null<Ui::PopupMenu*> menu);
bool importantSwitchShown() const;
int dialogsOffset() const;
int proxyPromotedCount() const;
int pinnedOffset() const;
@@ -283,6 +284,7 @@ private:
not_null<Window::Controller*> _controller;
Mode _mode = Mode();
bool _mouseSelection = false;
std::optional<QPoint> _lastMousePosition;
Qt::MouseButton _pressButton = Qt::LeftButton;