nyx: improve Nyx reload and auto reload

Check that Nyx exists and also improve detection when SD is removed.
This commit is contained in:
CTCaer
2025-04-30 08:40:25 +03:00
parent 4fff346150
commit 51512a30bd
3 changed files with 35 additions and 13 deletions

View File

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