This commit is contained in:
NaGa
2026-03-28 01:42:43 +01:00
parent a60510f7de
commit 45318f691f
14 changed files with 152 additions and 75 deletions

View File

@@ -457,7 +457,7 @@ static lv_res_t _action_win_nyx_colors_save(lv_obj_t *btn)
// Save nyx config.
create_nyx_config_entry(true);
reload_nyx();
reload_nyx(NULL, false);
return LV_RES_OK;
}