DroidWorksStudio / mLauncher

Minimal Launcher app for Android. Customized olauncher as I just started learning kotlin .
GNU General Public License v3.0
253 stars 26 forks source link

[Bug Report] Clock Size not working with reload settings from json. #454

Closed EymirKing closed 4 months ago

EymirKing commented 4 months ago

Checklist

Feature description

Adding this settings to the backup would be more convenient.

Additional information

No response

Terms and Conditions

Gitbot-Actions commented 4 months ago

👋 Thanks for reporting!

We will get back to you soon about this issue.

HeCodes2Much commented 4 months ago

This is a known issue as prefs cannot save doubles from a json file so I need to do a workaround to be able to restore that setting, it is in the backup just restoring it does not work.