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
Instead of config_get_plugin etc. that return strings only, create a system that uses config_new and the like that provide more complex features like typed config values and change notifications.
Probably want to make a config.rs since it might get big/complicated.
The text was updated successfully, but these errors were encountered:
Instead of
config_get_plugin
etc. that return strings only, create a system that usesconfig_new
and the like that provide more complex features like typed config values and change notifications.Probably want to make a
config.rs
since it might get big/complicated.The text was updated successfully, but these errors were encountered: