1
0
Fork 0
mirror of synced 2024-10-03 02:37:12 +13:00
Rare/rare/components/tabs/downloads
loathingKernel fc7e45a43a UninstallDialog: Implement it to work similarly to InstallDialog
Similarly to the installation procedure, when an uninstall is
requested, an `UninstallOptionsModel` is emitted by the `RareGame`.
`DownloadsTab` handles the signal and spawns the `UninstallDialog`.
After the `UninstallDialog` is closed, a worker thread handles
uninstalling the application to avoid UI lock-ups when a large
number of files is deleted.

Allows for uninstall actions to be spawned from anything having
access to the `RareGame` instance.

LaunchDialog: Don't check health on DLCs, they always will require
verification if they don't specify an executable.

Signed-off-by: loathingKernel <142770+loathingKernel@users.noreply.github.com>
2023-02-04 17:38:07 +02:00
..
__init__.py UninstallDialog: Implement it to work similarly to InstallDialog 2023-02-04 17:38:07 +02:00
groups.py DownloadsTab: Refactor downloads tab 2023-02-04 17:38:07 +02:00
thread.py DownloadsTab: Refactor downloads tab 2023-02-04 17:38:07 +02:00
widgets.py DownloadsTab: Use elided text from version numbers 2023-02-04 17:38:07 +02:00