mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Add top bar menu and notifications toggle.
This commit is contained in:
@@ -119,8 +119,6 @@ public slots:
|
||||
void onParentGeometryChanged();
|
||||
void onDialogRowReplaced(Dialogs::Row *oldRow, Dialogs::Row *newRow);
|
||||
|
||||
void onMenuDestroyed(QObject*);
|
||||
|
||||
signals:
|
||||
void draggingScrollDelta(int delta);
|
||||
void mustScrollTo(int scrollToTop, int scrollToBottom);
|
||||
@@ -293,8 +291,8 @@ private:
|
||||
Text _searchFromUserText;
|
||||
PeerData *_menuPeer = nullptr;
|
||||
|
||||
Ui::PopupMenu *_menu = nullptr;
|
||||
|
||||
base::lambda<void()> _loadMoreCallback;
|
||||
|
||||
base::unique_qptr<Ui::PopupMenu> _menu;
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user