Show user which option is currently elected (#7271)

This commit is contained in:
Jason P
2025-07-08 14:38:38 -05:00
committed by GitHub
parent 916587c2a6
commit 999e1207a5

View File

@@ -136,6 +136,7 @@ void menuHandler::ClockFacePicker()
screen->setFrames(Screen::FOCUS_CLOCK);
}
};
bannerOptions.InitialSelected = uiconfig.is_clockface_analog ? 2 : 1;
screen->showOverlayBanner(bannerOptions);
}