Explorar o código

NFCMaker: Show error screen

Willy-JL %!s(int64=2) %!d(string=hai) anos
pai
achega
6add6e1d7f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      nfc_maker/scenes/nfc_maker_scene_result.c

+ 2 - 2
nfc_maker/scenes/nfc_maker_scene_result.c

@@ -364,8 +364,8 @@ void nfc_maker_scene_result_on_enter(void* context) {
         popup_set_icon(popup, 36, 5, &I_DolphinDone_80x58);
         popup_set_header(popup, "Saved!", 13, 22, AlignLeft, AlignBottom);
     } else {
-        popup_set_icon(popup, 36, 5, &I_DolphinDone_80x58);
-        popup_set_header(popup, "Saved!", 13, 22, AlignLeft, AlignBottom);
+        popup_set_icon(popup, 69, 15, &I_WarningDolphinFlip_45x42);
+        popup_set_header(popup, "Error!", 13, 22, AlignLeft, AlignBottom);
     }
     popup_set_timeout(popup, 1500);
     popup_set_context(popup, app);