diff --git a/nyx/nyx_gui/frontend/gui.c b/nyx/nyx_gui/frontend/gui.c index 995082d..1a19773 100644 --- a/nyx/nyx_gui/frontend/gui.c +++ b/nyx/nyx_gui/frontend/gui.c @@ -1582,15 +1582,9 @@ static lv_res_t _create_window_home_launch(lv_obj_t *btn) LIST_FOREACH_ENTRY(ini_kv_t, kv, &ini_sec->kvs, link) { if (!strcmp("icon", kv->key)) - { icon_path = kv->val; - break; - } else if (!strcmp("payload", kv->key)) - { payload = true; - break; - } } // If icon not found, check res folder for section_name.bmp. diff --git a/nyx/res/icon_lakka.bmp b/nyx/res/icon_lakka.bmp new file mode 100644 index 0000000..5127015 Binary files /dev/null and b/nyx/res/icon_lakka.bmp differ diff --git a/nyx/res/icon_payload.bmp b/nyx/res/icon_payload.bmp new file mode 100644 index 0000000..cdb0ed4 Binary files /dev/null and b/nyx/res/icon_payload.bmp differ diff --git a/nyx/res/icon_switch.bmp b/nyx/res/icon_switch.bmp new file mode 100644 index 0000000..743cc84 Binary files /dev/null and b/nyx/res/icon_switch.bmp differ