mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +02:00
Revert "Toggle search focus by escape."
This reverts commit 72d5a9b3e0
.
This commit is contained in:
parent
3170a45158
commit
b3eb1dbc14
1 changed files with 0 additions and 2 deletions
|
@ -1795,8 +1795,6 @@ void Widget::escape() {
|
|||
const auto first = list.empty() ? FilterId() : list.front().id();
|
||||
if (controller()->activeChatsFilterCurrent() != first) {
|
||||
controller()->setActiveChatsFilter(first);
|
||||
} else {
|
||||
_search->setFocus();
|
||||
}
|
||||
}
|
||||
} else if (!_searchInChat
|
||||
|
|
Loading…
Add table
Reference in a new issue