mirror of
https://github.com/CTCaer/hekate
synced 2024-11-16 00:49:27 +00:00
nyx: swap and fix config save text
This commit is contained in:
parent
e5a22230b1
commit
e84367e302
1 changed files with 1 additions and 1 deletions
|
@ -2076,7 +2076,7 @@ static lv_res_t _save_options_action(lv_obj_t *btn)
|
||||||
int res = 0;
|
int res = 0;
|
||||||
|
|
||||||
if (sd_mount())
|
if (sd_mount())
|
||||||
res = create_config_entry();
|
res = !create_config_entry();
|
||||||
|
|
||||||
if (res)
|
if (res)
|
||||||
lv_mbox_set_text(mbox, "#FF8000 hekate Configuration#\n\n#96FF00 The configuration was saved to sd card!#");
|
lv_mbox_set_text(mbox, "#FF8000 hekate Configuration#\n\n#96FF00 The configuration was saved to sd card!#");
|
||||||
|
|
Loading…
Reference in a new issue