diff --git a/applications/settings/power_settings_app/scenes/power_settings_scene_power_off.c b/applications/settings/power_settings_app/scenes/power_settings_scene_power_off.c index d01a09955..f20f1a5bf 100644 --- a/applications/settings/power_settings_app/scenes/power_settings_scene_power_off.c +++ b/applications/settings/power_settings_app/scenes/power_settings_scene_power_off.c @@ -17,11 +17,12 @@ void power_settings_scene_power_off_on_enter(void* context) { dialog_ex_set_header(dialog, "Turn Off Device?", 64, 2, AlignCenter, AlignTop); if (settings->sfw_mode) { dialog_ex_set_text(dialog, " I will be\nwaiting for\n you here", 78, 16, AlignLeft, AlignTop); + dialog_ex_set_icon(dialog, 21, 13, &I_Cry_dolph_55x52_sfw); } else { dialog_ex_set_text(dialog, " I will be\nwaiting for\n you master", 78, 16, AlignLeft, AlignTop); + dialog_ex_set_icon(dialog, 21, 13, &I_Cry_dolph_55x52); } - dialog_ex_set_icon(dialog, 21, 13, &I_Cry_dolph_55x52); dialog_ex_set_left_button_text(dialog, "Back"); dialog_ex_set_right_button_text(dialog, "OFF"); dialog_ex_set_result_callback(dialog, power_settings_scene_power_off_dialog_callback); diff --git a/assets/icons/Settings/Cry_dolph_55x52_sfw.png b/assets/icons/Settings/Cry_dolph_55x52_sfw.png new file mode 100644 index 000000000..86d9db1b4 Binary files /dev/null and b/assets/icons/Settings/Cry_dolph_55x52_sfw.png differ