fix: expose gamesListWidget from GameLibraryManager to fix gamepad navigation

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-10-06 13:20:05 +05:00
parent 65b43c1572
commit 8fd44c575b
3 changed files with 5 additions and 0 deletions

View File

@@ -769,6 +769,7 @@ class MainWindow(QMainWindow):
def createInstalledTab(self):
self.gamesLibraryWidget = self.game_library_manager.create_games_library_widget()
self.stackedWidget.addWidget(self.gamesLibraryWidget)
self.gamesListWidget = self.game_library_manager.gamesListWidget
self.game_library_manager.update_game_grid()
def resizeEvent(self, event):