2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Allow filtering by tag on click in sublists.

This commit is contained in:
John Preston
2024-01-30 19:01:10 +04:00
parent db7c16f82b
commit 0945e04f6b
27 changed files with 140 additions and 28 deletions

View File

@@ -1216,7 +1216,7 @@ void Filler::addSearchTopics() {
const auto history = forum->history();
const auto controller = _controller;
_addAction(tr::lng_dlg_filter(tr::now), [=] {
controller->content()->searchInChat(history);
controller->searchInChat(history);
}, &st::menuIconSearch);
}