Skip to content

Commit

Permalink
replace icon
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Jan 2, 2024
1 parent 1e89197 commit c8ce5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/main/lfrfid/scenes/lfrfid_scene_clear_t5577.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ void lfrfid_scene_clear_t5577_on_enter(void* context) {
lfrfid_clear_t5577_password_and_config_to_EM(app);

notification_message(app->notifications, &sequence_success);
popup_set_header(popup, "Done!", 94, 10, AlignCenter, AlignTop);
popup_set_icon(popup, 0, 7, &I_RFIDDolphinSuccess_108x57);
popup_set_header(popup, "Success!", 75, 10, AlignLeft, AlignTop);
popup_set_icon(popup, 0, 9, &I_DolphinSuccess_91x55);
popup_set_context(popup, app);
popup_set_callback(popup, lfrfid_popup_timeout_callback);
popup_set_timeout(popup, 1500);
Expand Down

0 comments on commit c8ce5e6

Please sign in to comment.