1
0
Fork 0
mirror of synced 2024-06-28 19:21:05 +12:00
Rare/rare/components/tabs
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
..
account Fix "Offline" text in account widget 2023-01-08 20:41:02 +01:00
downloads RareGame: export .egstore only after installing and successful verification 2023-03-16 18:07:33 +02:00
games GameDlcWidget: Fix crash when installing or uninstalling a DLC 2023-05-29 03:04:43 +03:00
settings Add a small fix 2023-04-08 01:03:14 +02:00
shop Update loading widget 2023-04-05 13:09:34 +02:00
__init__.py MainTabWidget: Use returned indices instead of hard-coding disabled tabs 2023-02-06 09:19:31 +02:00
tab_widgets.py MainTabWidget: Use returned indices instead of hard-coding disabled tabs 2023-02-06 09:19:31 +02:00