1
0
Fork 0
mirror of synced 2024-06-28 11:11:15 +12:00
Rare/rare/components/tabs/games
loathingKernel 6b0bf9621d
GameDlcWidget: Fix crash when installing or uninstalling a DLC
When the user navigates to a different game info page, the dlc widgets
get deleted. Because the signal was connected to a lambda, the connection
wasn't severed upon deletion and once the DLC would finish downloading,
Rare would crash because the object with the piggyback signal was already
deleted. By using a dedicated slot to emit the signal we ensure that the
connction is severed at Qt object deletion
2023-05-29 03:04:43 +03:00
..
game_info GameDlcWidget: Fix crash when installing or uninstalling a DLC 2023-05-29 03:04:43 +03:00
game_widgets Refactor: Import ImageSize from widgets or directly from models 2023-05-03 17:27:36 +03:00
integrations ImportGroup: Add force import option. 2023-05-07 16:33:08 +03:00
__init__.py ImportGame: Pass app_name through the signal to resolve some information 2023-05-03 17:27:36 +03:00
head_bar.py Add tag to hide games from library 2023-05-03 12:32:12 +02:00