mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-05 21:24:34 +00:00
Correct Clock Face Picker title
This commit is contained in:
parent
7f8acf5658
commit
6088ab49eb
@ -95,7 +95,7 @@ void menuHandler::TwelveHourPicker()
|
|||||||
void menuHandler::ClockFacePicker()
|
void menuHandler::ClockFacePicker()
|
||||||
{
|
{
|
||||||
static const char *optionsArray[] = {"Back", "Digital", "Analog"};
|
static const char *optionsArray[] = {"Back", "Digital", "Analog"};
|
||||||
screen->showOverlayBanner("12/24 display?", 30000, optionsArray, 3, [](int selected) -> void {
|
screen->showOverlayBanner("Which Face?", 30000, optionsArray, 3, [](int selected) -> void {
|
||||||
if (selected == 0) {
|
if (selected == 0) {
|
||||||
menuHandler::menuQueue = menuHandler::clock_menu;
|
menuHandler::menuQueue = menuHandler::clock_menu;
|
||||||
} else if (selected == 1) {
|
} else if (selected == 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user