Improved conflict handle between IV shortcuts and Shortcuts.

This commit is contained in:
23rd
2025-01-30 11:00:50 +03:00
parent d6ba6ac41e
commit cf1fa718a8
4 changed files with 18 additions and 1 deletions
@@ -1214,6 +1214,7 @@ void Widget::setupShortcuts() {
});
request->check(Command::ShowChatMenu, 1) && request->handle([=] {
if (_inner) {
Window::ActivateWindow(controller());
_inner->showPeerMenu();
}
return true;