Skip to content

Commit

Permalink
Update to new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Jan 5, 2024
1 parent 0f0459c commit 954dcea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void subrem_scene_edit_preview_on_enter(void* context) {

// Setup view
Popup* popup = app->popup;
popup_set_icon(popup, 32, 5, &I_DolphinNice_96x59);
popup_set_icon(popup, 36, 5, &I_DolphinDone_80x58);
popup_set_header(popup, "Saved!", 13, 22, AlignLeft, AlignBottom);
popup_set_timeout(popup, 1500);
popup_set_context(popup, app);
Expand Down

0 comments on commit 954dcea

Please sign in to comment.