From e84367e30218e22123cc1612938fd8876f64ee8c Mon Sep 17 00:00:00 2001 From: CTCaer Date: Wed, 23 Aug 2023 00:10:10 +0300 Subject: [PATCH] nyx: swap and fix config save text --- nyx/nyx_gui/frontend/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyx/nyx_gui/frontend/gui.c b/nyx/nyx_gui/frontend/gui.c index 01ce904..3df00a6 100644 --- a/nyx/nyx_gui/frontend/gui.c +++ b/nyx/nyx_gui/frontend/gui.c @@ -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!#");