mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
@@ -3178,6 +3178,11 @@ void InnerWidget::setupShortcuts() {
|
||||
return (history != nullptr);
|
||||
});
|
||||
|
||||
request->check(Command::ShowContacts) && request->handle([=] {
|
||||
Ui::show(PrepareContactsBox(_controller));
|
||||
return true;
|
||||
});
|
||||
|
||||
if (session().supportMode() && row.key.history()) {
|
||||
request->check(
|
||||
Command::SupportScrollToCurrent
|
||||
|
Reference in New Issue
Block a user