1
0
Fork 0
mirror of synced 2024-09-30 09:17:37 +13:00
Rare/rare/components/tabs
Stelios Tsampas dc2a99c2ee Terminate threads and handle cleanup.
* Set the `WA_DeleteOnClose` attribute for the MainWindow.
* Handle the case where `programdata_path` exists but is empty.
* Emit a signal from `LaunchDialog` instead of using `exit()`.
* Remove `LoginThread` as it was never deleted and caused a `SIGSEGV` on exit.
* Handle termination and deletion of `SteamThread` and `ImageThread`.
* Rename `finished` to `completed`, to not override the inherited `finished` signal.
* Emit a signal from Account widget to do cleanup instead of immediately quitting.
2021-06-24 20:08:22 +03:00
..
account Terminate threads and handle cleanup. 2021-06-24 20:08:22 +03:00
cloud_saves Fix green button hardcoding (#87) 2021-06-24 10:03:35 +02:00
downloads
games Refresh wrapper QTextEdit when proton wrapper is un-selected 2021-06-24 20:08:22 +03:00
settings
__init__.py