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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user