Replaced dolphins on all scenes accroding to new UI specs

This commit is contained in:
RebornedBrain
2023-11-30 22:19:24 +03:00
parent 810dfa1b79
commit f7de65684a
7 changed files with 8 additions and 15 deletions

View File

@@ -9,9 +9,7 @@ void ibutton_scene_save_success_on_enter(void* context) {
iButton* ibutton = context;
Popup* popup = ibutton->popup;
popup_set_icon(popup, 32, 5, &I_DolphinNice_96x59);
popup_set_header(popup, "Saved!", 5, 7, AlignLeft, AlignTop);
popup_set_icon(popup, 15, 5, &I_DolphinSaved_113x58);
popup_set_callback(popup, ibutton_scene_save_success_popup_callback);
popup_set_context(popup, ibutton);
popup_set_timeout(popup, 1500);