From 6a66f37ba12af09fe079edbf243ee5f8fb96495c Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Fri, 25 Jul 2025 12:22:24 +0500 Subject: [PATCH] fix: fix open context menu on gamepad Signed-off-by: Boris Yumankulov --- portprotonqt/context_menu_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portprotonqt/context_menu_manager.py b/portprotonqt/context_menu_manager.py index 9e7aa6d..4e3e4dd 100644 --- a/portprotonqt/context_menu_manager.py +++ b/portprotonqt/context_menu_manager.py @@ -285,7 +285,7 @@ class ContextMenuManager: if actions: menu.setActiveAction(actions[0]) - menu.exec(game_card.mapToGlobal(pos)) + menu.exec(game_card.mapToGlobal(pos)) def _launch_game(self, game_card): """