Fix DynOS packs not refreshing properly

This commit is contained in:
Agent X 2023-12-10 21:15:55 -05:00
parent e26134f2bd
commit e73358af1f
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ static void djui_panel_dynos_apply(struct DjuiBase* caller) {
}
static void djui_panel_dynos_refresh(UNUSED struct DjuiBase* base) {
dynos_gfx_init();
dynos_packs_init();
djui_panel_shutdown();