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
fix: 🐛 set current_config in ModData._load_config() (#523)
* fix: 🐛 set `current_config` in `ModData._load_config()`
Fixed an issue where `current_config` was null because it wasn't set in `ModData._load_config()`.
closes#466
* fix: 🐛 added method to check if user profiles are initialized
* fix: 🐛 `current_config` = default if no user profile
0 commit comments