1
0
Fork 0
mirror of synced 2024-06-30 20:20:53 +12:00
Rare/rare/components
loathingKernel 687218d29b
RareGame: Return values only from Game for app_name and app_title
With launchable DLCs we will need to replace the InstalledGame in the
DLC with the InstalledGame from the base game so depend these properties
solely on the Game attribute. Furthermore, since we do not need backwards
compatibility any more, remove the `title` property and rename its uses
to use `app_title`
2023-12-14 23:08:29 +02:00
..
dialogs InstallDialog: Properly find the the row when inserting install_dir_edit 2023-12-12 01:23:17 +02:00
tabs RareGame: Return values only from Game for app_name and app_title 2023-12-14 23:08:29 +02:00
__init__.py AccountWidget: Use ExitCodes enum everywhere instead of magic values 2023-12-10 14:22:28 +02:00
main_window.py AccountWidget: Add a Quit button in the widget in case the system tray 2023-12-10 14:21:39 +02:00
tray_icon.py