mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-02 11:55:56 +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);
|
screen->setFrames(Screen::FOCUS_CLOCK);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
bannerOptions.InitialSelected = uiconfig.is_clockface_analog ? 2 : 1;
|
||||||
screen->showOverlayBanner(bannerOptions);
|
screen->showOverlayBanner(bannerOptions);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user