You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The settingsReader.py file should fall back to the config file shipped with Retiled if the requested key isn't present in the version in ~/.config/Retiled/RetiledSettings/configs/ even if there is a config file there.
#243
Open
DrewNaylor opened this issue
Jul 23, 2023
· 1 comment
This way it's easier for projects to change the defaults while also keeping a safe backup setting in the code so everything doesn't break if there's no config file present at all.
The text was updated successfully, but these errors were encountered:
I also need to ensure user settings can be written to the config file in the home directory just in case the default one is deleted or missing for some reason.
DrewNaylor
changed the title
The settingReader.py file should fall back to the config file shipped with Retiled if the requested key isn't present in the version in ~/.config/Retiled/RetiledSettings/configs/ even if there is a config file there.
The settingsReader.py file should fall back to the config file shipped with Retiled if the requested key isn't present in the version in ~/.config/Retiled/RetiledSettings/configs/ even if there is a config file there.
Jul 23, 2023
This way it's easier for projects to change the defaults while also keeping a safe backup setting in the code so everything doesn't break if there's no config file present at all.
The text was updated successfully, but these errors were encountered: