fix: fix open context menu on gamepad
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
@ -285,7 +285,7 @@ class ContextMenuManager:
|
|||||||
if actions:
|
if actions:
|
||||||
menu.setActiveAction(actions[0])
|
menu.setActiveAction(actions[0])
|
||||||
|
|
||||||
menu.exec(game_card.mapToGlobal(pos))
|
menu.exec(game_card.mapToGlobal(pos))
|
||||||
|
|
||||||
def _launch_game(self, game_card):
|
def _launch_game(self, game_card):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user