fix: fix open context menu on gamepad
All checks were successful
Code check / Check code (push) Successful in 1m24s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-07-25 12:22:24 +05:00
parent 4db1cce32c
commit 6a66f37ba1

View File

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