1
0
Fork 0
mirror of synced 2024-06-02 18:54:41 +12:00
Rare/rare/utils
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
..
__init__.py lowercase snake case 2021-04-07 22:39:23 +02:00
config_helper.py config_helper: Don't remove section when removing the last option 2023-03-29 14:04:45 +03:00
extra_widgets.py Update loading widget 2023-04-05 13:09:34 +02:00
json_formatter.py Rare: pass through Black formatter 2021-12-27 00:37:13 +01:00
misc.py RareCore: Fetch **ALL** saves during launch 2023-03-10 17:01:00 +02:00
paths.py ImageManager: Few improvements 2023-06-05 01:33:11 +03:00
qt_requests.py Rare: pass through Black formatter 2021-12-27 00:37:13 +01:00
rpc.py GlobalSignals: Reorganize signals into groups 2023-02-04 17:38:06 +02:00
singleton.py Unify strings formatting (#158) 2022-02-01 22:29:34 +01:00
steam_grades.py GameInfo: Make widgets react to changes from RareGame's widget.update signal 2023-02-15 16:59:33 +02:00
wine.py WineResolver: Move common wine operations to rare/utils/wine 2023-03-10 17:00:55 +02:00