mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 02:45:41 +00:00
Show user which option is currently elected (#7271)
This commit is contained in:
parent
916587c2a6
commit
999e1207a5
@ -136,6 +136,7 @@ void menuHandler::ClockFacePicker()
|
||||
screen->setFrames(Screen::FOCUS_CLOCK);
|
||||
}
|
||||
};
|
||||
bannerOptions.InitialSelected = uiconfig.is_clockface_analog ? 2 : 1;
|
||||
screen->showOverlayBanner(bannerOptions);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user