Skip to content

Commit

Permalink
nyx: swap and fix config save text
Browse files Browse the repository at this point in the history
  • Loading branch information
CTCaer committed Aug 22, 2023
1 parent e5a2223 commit e84367e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nyx/nyx_gui/frontend/gui.c
Expand Up @@ -2076,7 +2076,7 @@ static lv_res_t _save_options_action(lv_obj_t *btn)
int res = 0;

if (sd_mount())
res = create_config_entry();
res = !create_config_entry();

if (res)
lv_mbox_set_text(mbox, "#FF8000 hekate Configuration#\n\n#96FF00 The configuration was saved to sd card!#");
Expand Down

0 comments on commit e84367e

Please sign in to comment.