mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-04 16:35:44 +00:00
@@ -4030,6 +4030,12 @@ void InnerWidget::setupShortcuts() {
|
|||||||
request->check(Command::ChatNext) && request->handle([=] {
|
request->check(Command::ChatNext) && request->handle([=] {
|
||||||
return jumpToDialogRow(next);
|
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([=] {
|
request->check(Command::ChatFirst) && request->handle([=] {
|
||||||
return jumpToDialogRow(first);
|
return jumpToDialogRow(first);
|
||||||
|
Reference in New Issue
Block a user