Same text in universal menu and title

This commit is contained in:
Willy-JL
2023-08-28 05:07:38 +02:00
parent c9db246515
commit 87eb1a1830
8 changed files with 8 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ void infrared_scene_universal_led_on_enter(void* context) {
button_panel_add_icon(button_panel, 6, 75, &I_flash_text_21x5);
infrared_brute_force_add_record(brute_force, i++, "FLASH");
button_panel_add_label(button_panel, 5, 11, FontPrimary, "LED Remote");
button_panel_add_label(button_panel, 21, 11, FontPrimary, "LEDs");
view_set_orientation(view_stack_get_view(infrared->view_stack), ViewOrientationVertical);
view_dispatcher_switch_to_view(infrared->view_dispatcher, InfraredViewStack);