GUI: Some text and UI fixes

This commit is contained in:
Willy-JL
2024-05-26 09:21:05 +01:00
parent 546a329b34
commit 17a4fe5106
8 changed files with 46 additions and 19 deletions

View File

@@ -43,7 +43,10 @@ void nfc_scene_start_on_enter(void* context) {
nfc_scene_start_submenu_callback,
nfc,
!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(nfc->scene_manager, NfcSceneStart));