Test
Some checks failed
Build Firmware / build (push) Has been cancelled

This commit is contained in:
2025-11-04 19:49:24 +01:00
parent 1ec2e15de8
commit b54e5ef8a5
5 changed files with 57 additions and 35 deletions

View File

@@ -47,6 +47,7 @@
#include "settings.h"
#include "ui/inputbox.h"
#include "ui/ui.h"
#include "messages.h"
#include <stdlib.h>
static void toggle_chan_scanlist(void) { // toggle the selected channels scanlist setting
@@ -677,6 +678,7 @@ static void MAIN_Key_MENU(bool bKeyPressed, bool bKeyHeld) {
}
if (gWasFKeyPressed && bKeyPressed) {
MESSAGES_GET();
gRequestDisplayScreen = DISPLAY_MESSAGES;
return;
}