nyx: Rename Nyx Options to Nyx Settings

In order to not be confused with the hekate general Options.
This commit is contained in:
CTCaer
2022-10-11 06:27:50 +03:00
parent f5fb0a1ee9
commit 6337b06212
2 changed files with 2 additions and 2 deletions

View File

@@ -995,7 +995,7 @@ lv_res_t create_win_nyx_options(lv_obj_t *parrent_btn)
{
lv_theme_t *th = lv_theme_get_current();
lv_obj_t *win = nyx_create_window_custom_close_btn(SYMBOL_HOME" Nyx Options", _action_win_nyx_options_close);
lv_obj_t *win = nyx_create_window_custom_close_btn(SYMBOL_HOME" Nyx Settings", _action_win_nyx_options_close);
static lv_style_t h_style;
lv_style_copy(&h_style, &lv_style_transp);