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

Add media search to all info modes.

This commit is contained in:
John Preston
2017-11-03 16:03:00 +04:00
parent 86ad15612a
commit 09d1e3629a
20 changed files with 408 additions and 133 deletions

View File

@@ -98,6 +98,7 @@ public:
Wrap wrap() const;
rpl::producer<Wrap> wrapValue() const;
void setSection(const Section &section);
bool hasStackHistory() const;
not_null<Window::Controller*> window() const {
return _window;