fix: expose gamesListWidget from GameLibraryManager to fix gamepad navigation
All checks were successful
Code check / Check code (push) Successful in 3m29s
All checks were successful
Code check / Check code (push) Successful in 3m29s
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
@@ -35,6 +35,7 @@ class MainWindowProtocol(Protocol):
|
||||
_last_card_width: int
|
||||
current_hovered_card: GameCard | None
|
||||
current_focused_card: GameCard | None
|
||||
gamesListWidget: QWidget | None
|
||||
|
||||
class GameLibraryManager:
|
||||
def __init__(self, main_window: MainWindowProtocol, theme, context_menu_manager: ContextMenuManager | None):
|
||||
|
Reference in New Issue
Block a user