mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 11:00:46 +00:00
Improved conflict handle between IV shortcuts and Shortcuts.
This commit is contained in:
@@ -1214,6 +1214,7 @@ void Widget::setupShortcuts() {
|
||||
});
|
||||
request->check(Command::ShowChatMenu, 1) && request->handle([=] {
|
||||
if (_inner) {
|
||||
Window::ActivateWindow(controller());
|
||||
_inner->showPeerMenu();
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user