mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 19:03:42 +00:00
Support arrows in chat switch.
This commit is contained in:
@@ -648,6 +648,8 @@ bool Application::eventFilter(QObject *object, QEvent *e) {
|
||||
if (base::Platform::GlobalShortcuts::IsToggleFullScreenKey(event)
|
||||
&& toggleActiveWindowFullScreen()) {
|
||||
return true;
|
||||
} else if (Shortcuts::HandlePossibleChatSwitch(event)) {
|
||||
return true;
|
||||
}
|
||||
} break;
|
||||
case QEvent::MouseButtonPress:
|
||||
|
||||
Reference in New Issue
Block a user