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
feat(Settings): implement pre-warming for mod settings UI to enhance responsiveness
- Added a pre-warming mechanism for the mod settings UI, allowing initialization tasks to be spread across idle frames while the user is still on the vanilla settings screen.
- Introduced `TrySchedulePrewarm` and `PrewarmStep` methods to manage the pre-warming process, improving the user experience by reducing visible stalls during the first access of mod settings.
- Implemented meta management to ensure pre-warming occurs only once per screen instance, optimizing performance during settings navigation.
0 commit comments