set default theme as overlay with file extn to file isnt found

this fixes missing split icons in mild and nyanology

@fix
This commit is contained in:
Carsten Haitzler 2021-11-24 21:21:23 +00:00
parent caba4bf828
commit c975e23946
1 changed files with 1 additions and 1 deletions

View File

@ -1046,7 +1046,7 @@ elm_main(int argc, char **argv)
}
}
elm_theme_overlay_add(NULL, theme_path_get("default"));
elm_theme_extension_add(NULL, theme_path_get("default.edj"));
elm_theme_overlay_add(NULL, config_theme_path_get(instance.config));
if (instance.login_shell == IPC_INSTANCE_OPT_UNSET)