mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-05 13:14:45 +00:00
Update Favorite Node Message Options to unify against other screens
This commit is contained in:
parent
195b7cc30a
commit
766189212c
@ -1351,10 +1351,10 @@ int Screen::handleInputEvent(const InputEvent *event)
|
|||||||
const char *banner_message;
|
const char *banner_message;
|
||||||
int options;
|
int options;
|
||||||
if (kb_found) {
|
if (kb_found) {
|
||||||
banner_message = "Message Node?\nCancel\nNew Preset Msg\nNew Freetext Msg";
|
banner_message = "Message Node?\nBack\nNew Preset Msg\nNew Freetext Msg";
|
||||||
options = 3;
|
options = 3;
|
||||||
} else {
|
} else {
|
||||||
banner_message = "Message Node?\nCancel\nConfirm";
|
banner_message = "Message Node?\nBack\nNew Preset Msg";
|
||||||
options = 2;
|
options = 2;
|
||||||
}
|
}
|
||||||
showOverlayBanner(banner_message, 30000, options, [](int selected) -> void {
|
showOverlayBanner(banner_message, 30000, options, [](int selected) -> void {
|
||||||
|
Loading…
Reference in New Issue
Block a user