1
0
Fork 0
mirror of synced 2024-07-01 04:30:20 +12:00
Rare/rare/shared
loathingKernel c3c9b0f059
AccountWidget: Add a Quit button in the widget in case the system tray
is unavailable (for example running in a gamescope session)

* Do not show the launch window while instantiating the application. This
probably was causing numerous issues because it was running outside of
the applications event loop. This also fixes the exit button on the login
dialog requiring `sys.exit()` to quit Rare. Now it goes through the
proper cleanup procedures.

* Make slot and signal names more uniform

* Fix a problem with RareCore connecting RareGames to the same signals
multiple times when the library was refreshed.
2023-12-03 17:11:45 +02:00
..
workers EOSGroup: Add the option to select which overlay installation to enable 2023-12-03 17:11:44 +02:00
__init__.py RareCore: Manage initialization in RareCore instead of LaunchDialog 2023-03-07 17:11:21 +02:00
game_process.py RareCore: Show progress while preparing RareGames 2023-03-13 00:04:11 +02:00
image_manager.py Library: Move image loading from RareCore to the GameWidget 2023-11-29 12:50:02 +02:00
rare_core.py AccountWidget: Add a Quit button in the widget in case the system tray 2023-12-03 17:11:45 +02:00