mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 00:08:36 -07:00
GUI: Some text and UI fixes
This commit is contained in:
@@ -51,7 +51,10 @@ void infrared_scene_start_on_enter(void* context) {
|
||||
infrared_scene_start_submenu_callback,
|
||||
infrared,
|
||||
!infrared->app_state.is_debug_enabled,
|
||||
"Enable\nDebug!");
|
||||
"Enable\n"
|
||||
"Settings >\n"
|
||||
"System >\n"
|
||||
"Debug");
|
||||
submenu_add_lockable_item(
|
||||
submenu,
|
||||
"Debug RX",
|
||||
@@ -59,7 +62,10 @@ void infrared_scene_start_on_enter(void* context) {
|
||||
infrared_scene_start_submenu_callback,
|
||||
infrared,
|
||||
!infrared->app_state.is_debug_enabled,
|
||||
"Enable\nDebug!");
|
||||
"Enable\n"
|
||||
"Settings >\n"
|
||||
"System >\n"
|
||||
"Debug");
|
||||
|
||||
const uint32_t submenu_index =
|
||||
scene_manager_get_scene_state(scene_manager, InfraredSceneStart);
|
||||
|
||||
Reference in New Issue
Block a user