1
0
Fork 0
mirror of synced 2024-06-28 11:11:15 +12:00
Rare/rare
loathingKernel 1f06c87743
ImageManager: Few improvements
Check if there is a `keyImages` attribute before accessing it, and return
an empty list in case it isn't available. Fixes a recent crash with
`Prison Architect - eureka Update 1` DLC.

Exit early from `download_image` if the requested image is currently being
downloaded. This avoids multiple preparations and loading callbacks for
queued images.

Remove checking for supported OS when creating the icon. Now we create
icons in `icns` format for `Darwin` irregardless the fact we don't use them
for anything.
2023-06-05 01:33:11 +03:00
..
components Downloads: Remove UNINSTALLING state on cancel 2023-05-29 15:49:52 +03:00
game_launch_helper Fix crash on launch helper exit 2023-05-08 18:58:49 +02:00
lgndr LgdnrCore: Add egstore_write and egstore_delete methods 2023-03-15 17:59:33 +02:00
models RareGame: Make owned_dlcs a set 2023-05-29 16:40:45 +03:00
resources Update translations 2023-05-28 23:30:01 +02:00
shared ImageManager: Few improvements 2023-06-05 01:33:11 +03:00
ui ImportGroup: Add force import option. 2023-05-07 16:33:08 +03:00
utils ImageManager: Few improvements 2023-06-05 01:33:11 +03:00
widgets Refactor: Move ImageSize to models 2023-05-03 17:27:35 +03:00
__init__.py Bump version to 1.10.2 2023-05-26 23:32:50 +02:00
__main__.py Main: Trust shebangs. Fixes launching games on NixOS 2023-03-12 15:38:18 +02:00
app.py Rare: Apply UTC timezone info on dates 2023-05-03 17:27:35 +03:00