From d0fad6a3c9589660db1b38a60bbbfe16d1905951 Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Sun, 7 Dec 2025 15:46:27 +0500 Subject: [PATCH] fix: added correct parent to GameCard Signed-off-by: Boris Yumankulov --- portprotonqt/game_library_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/portprotonqt/game_library_manager.py b/portprotonqt/game_library_manager.py index 38b328d..2c01175 100644 --- a/portprotonqt/game_library_manager.py +++ b/portprotonqt/game_library_manager.py @@ -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 )