mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 04:08:35 -07:00
GUI: Some text and UI fixes
This commit is contained in:
@@ -45,7 +45,10 @@ void lfrfid_scene_extra_actions_on_enter(void* context) {
|
||||
lfrfid_scene_extra_actions_submenu_callback,
|
||||
app,
|
||||
!furi_hal_rtc_is_flag_set(FuriHalRtcFlagDebug),
|
||||
"Enable\nDebug!");
|
||||
"Enable\n"
|
||||
"Settings >\n"
|
||||
"System >\n"
|
||||
"Debug");
|
||||
submenu_add_lockable_item(
|
||||
submenu,
|
||||
"Emulate RAW RFID data",
|
||||
@@ -53,7 +56,10 @@ void lfrfid_scene_extra_actions_on_enter(void* context) {
|
||||
lfrfid_scene_extra_actions_submenu_callback,
|
||||
app,
|
||||
!furi_hal_rtc_is_flag_set(FuriHalRtcFlagDebug),
|
||||
"Enable\nDebug!");
|
||||
"Enable\n"
|
||||
"Settings >\n"
|
||||
"System >\n"
|
||||
"Debug");
|
||||
|
||||
submenu_set_selected_item(
|
||||
submenu, scene_manager_get_scene_state(app->scene_manager, LfRfidSceneExtraActions));
|
||||
|
||||
Reference in New Issue
Block a user