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): """