fix: added correct parent to GameCard
All checks were successful
Code check / Check code (push) Successful in 1m30s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-12-07 15:46:27 +05:00
parent 468887110c
commit d0fad6a3c9

View File

@@ -490,6 +490,7 @@ class GameLibraryManager:
select_callback=self.main_window.openGameDetailPage,
theme=self.theme,
card_width=self.card_width,
parent=self.gamesListWidget,
context_menu_manager=self.context_menu_manager
)