nyx: add OmniNX brand label and tab background fallback
Show hekate-pro | OmniNX pack on the home screen from manifest.ini via boot storage, and support background_etc.bmp for non-Home tabs.
This commit is contained in:
@@ -52,7 +52,7 @@ lv_res_t create_win_emu_tools(lv_obj_t *btn){
|
||||
|
||||
lv_tabview_set_style(tv, LV_TABVIEW_STYLE_BTN_REL, &tv_style);
|
||||
|
||||
if(hekate_bg){
|
||||
if (hekate_bg || hekate_bg_etc){
|
||||
lv_tabview_set_style(tv, LV_TABVIEW_STYLE_BTN_PR, &tabview_btn_pr);
|
||||
lv_tabview_set_style(tv, LV_TABVIEW_STYLE_BTN_TGL_PR, &tabview_btn_tgl_pr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user