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
refactor(Settings): rename cache variable for clarity and optimize page build logic
- Renamed `SortedPagesCache` to `_sortedPagesCache` for improved clarity and consistency in naming conventions.
- Updated references throughout the code to reflect the new variable name, ensuring proper cache invalidation during settings changes.
- Simplified the page build logic in `RitsuModSettingsSubmenu` to enhance performance and maintainability by consolidating yield conditions.
0 commit comments