Adjusted all the scenes with DolphinMafia image

This commit is contained in:
RebornedBrain
2023-12-19 18:44:00 +03:00
parent d5164c427f
commit 5bff5ca40d
6 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ void subghz_scene_delete_success_on_enter(void* context) {
// Setup view
Popup* popup = subghz->popup;
popup_set_icon(popup, 0, 2, &I_DolphinMafia_119x62);
popup_set_header(popup, "Deleted", 80, 19, AlignLeft, AlignBottom);
popup_set_timeout(popup, 1500);
popup_set_context(popup, subghz);
popup_set_callback(popup, subghz_scene_delete_success_popup_callback);