mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
- Remove mask==0 guard from isPageVisible/homePageVisible/toggle: mask=0 now correctly means "all optional pages hidden" instead of silently reverting to all-visible. Initialization always sets 0x01FF before loadPrefs so 0 only occurs if user explicitly hides everything. - Simplify toggle handler: direct XOR on home_pages_mask. - HomeScreen: use navPage(+1) as fallback when current page becomes hidden, instead of always jumping to i=0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>