1
0
Fork 0
mirror of synced 2024-06-28 19:21:05 +12:00
Rare/rare/components
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
..
dialogs Fix release-tests workflow 2023-05-03 12:32:12 +02:00
tabs GameDlcWidget: Fix crash when installing or uninstalling a DLC 2023-05-29 03:04:43 +03:00
__init__.py lowercase snake case 2021-04-07 22:39:23 +02:00
main_window.py RareCore: Manage initialization in RareCore instead of LaunchDialog 2023-03-07 17:11:21 +02:00
tray_icon.py InstallQueueItemModel: Refactor to add an expiration date to the download 2023-02-04 17:38:07 +02:00