mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +00:00
Improve search in peer / search from user design.
This commit is contained in:
@@ -874,7 +874,7 @@ void DialogsWidget::showSearchFrom() {
|
||||
Ui::hideLayer();
|
||||
setSearchInPeer(peer, user);
|
||||
onFilterUpdate(true);
|
||||
}));
|
||||
}), base::lambda_guarded(this, [this] { _filter->setFocus(); }));
|
||||
}
|
||||
|
||||
void DialogsWidget::onFilterCursorMoved(int from, int to) {
|
||||
|
Reference in New Issue
Block a user