added config_destroy() after done applying theme.
This commit is contained in:
parent
4369cbf16d
commit
df53f5f795
@ -76,6 +76,7 @@ void launchApplyThemeTask(menuEntry_s* arg){
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
appliedTheme=true;
|
appliedTheme=true;
|
||||||
|
config_destroy(&cfg);
|
||||||
menuCreateMsgBox(780, 300, "Theme Applied! Restart hbmenu to see the changes");
|
menuCreateMsgBox(780, 300, "Theme Applied! Restart hbmenu to see the changes");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user