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
as stated in the title - AppPreference-Plugin accepts string, number, boolean as inputs, as stated here
currently it only accepts string as keys and value, so if I define an value (e.q. boolean -> toogle-type in app-settings.json) and want to change it in code, the saved type will be changed to string and the preference-screen will not work anymore because the type is not as expected
as stated in the title - AppPreference-Plugin accepts
string, number, boolean
as inputs, as stated herecurrently it only accepts string as keys and value, so if I define an value (e.q. boolean -> toogle-type in app-settings.json) and want to change it in code, the saved type will be changed to string and the preference-screen will not work anymore because the type is not as expected
solution:
change
to
(key must be same because of overloading...)
The text was updated successfully, but these errors were encountered: