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
Add settings provider to ask before trigger data creation (#44)
Add CustomSettings<T>.DataType property which returns type of data settings use.
Add CustomSettings<T>.ForceCreation property to determine whether to always create data when accessed.
Add CustomSettings<T>.IsLoaded property to determine whether data is already loaded.
Change CustomSettings<T>.SaveSettings() method behaviour, now checks whether data is loaded or not, before saving.
Change CustomSettingsProvider to check whether data exists before display data in settings, and ask user for create permission, unless settings has enabled property to force data creation.