mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Formatting & New updated IR
This commit is contained in:
@@ -16,10 +16,9 @@ void storage_settings_scene_unmounted_on_enter(void* context) {
|
||||
DESKTOP_SETTINGS_LOAD(settings);
|
||||
|
||||
dialog_ex_set_center_button_text(dialog_ex, "OK");
|
||||
if (settings->sfw_mode) {
|
||||
if(settings->sfw_mode) {
|
||||
dialog_ex_set_icon(dialog_ex, 72, 17, &I_DolphinCommon_56x48_sfw);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
dialog_ex_set_icon(dialog_ex, 72, 17, &I_DolphinCommon_56x48);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user