mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 18:18:35 -07:00
Revert asset packs to OFW copium naming scheme
This commit is contained in:
@@ -10,7 +10,7 @@ void ibutton_scene_save_success_on_enter(void* context) {
|
||||
iButton* ibutton = context;
|
||||
Popup* popup = ibutton->popup;
|
||||
|
||||
popup_set_icon(popup, 32, 5, XTREME_ASSETS()->dolphin_nice);
|
||||
popup_set_icon(popup, 32, 5, XTREME_ASSETS()->I_DolphinNice_96x59);
|
||||
popup_set_header(popup, "Saved!", 5, 7, AlignLeft, AlignTop);
|
||||
|
||||
popup_set_callback(popup, ibutton_scene_save_success_popup_callback);
|
||||
|
||||
Reference in New Issue
Block a user