Change power off menu to say "Battery" instead of "Settings"

This commit is contained in:
SkeletonMan03
2026-04-26 14:51:28 -05:00
parent f1e1d01313
commit ceddafdc69
@@ -27,7 +27,7 @@ void power_settings_scene_power_off_on_enter(void* context) {
dialog, " I will be\nwaiting for\n you here...", 78, 14, AlignLeft, AlignTop);
dialog_ex_set_icon(dialog, 24, 10, &I_dolph_cry_49x54);
}
dialog_ex_set_left_button_text(dialog, "Settings");
dialog_ex_set_left_button_text(dialog, "Battery");
dialog_ex_set_right_button_text(dialog, "Power Off");
dialog_ex_set_result_callback(dialog, power_settings_scene_power_off_dialog_callback);
dialog_ex_set_context(dialog, app);