mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-02 18:21:53 +00:00
@@ -4030,6 +4030,12 @@ void InnerWidget::setupShortcuts() {
|
||||
request->check(Command::ChatNext) && request->handle([=] {
|
||||
return jumpToDialogRow(next);
|
||||
});
|
||||
} else if (_state == WidgetState::Default
|
||||
? !_shownList->empty()
|
||||
: !_filterResults.empty()) {
|
||||
request->check(Command::ChatNext) && request->handle([=] {
|
||||
return jumpToDialogRow(first);
|
||||
});
|
||||
}
|
||||
request->check(Command::ChatFirst) && request->handle([=] {
|
||||
return jumpToDialogRow(first);
|
||||
|
||||
Reference in New Issue
Block a user