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: 🐛 moved default profile creation to _init() (#530)
Added `ModLoaderUserProfile.is_initialized()` and a fallback to the default config in `ModData.load_configs()`. Moved default user profile creation and user profile `mod_list` updates to the mod loader `_init()`. With these changes, all config and user profile data is available on the first run.
closes#465#468
0 commit comments