use newer method

This commit is contained in:
Nishi 2025-12-28 16:06:31 +09:00
commit 632d35afad
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -47,7 +47,7 @@ void module(MwWidget box, xl_node_t* node) {
if(icon != NULL && icon[0] == '/') {
px = MwLoadImage(box, icon);
} else if(icon != NULL) {
char* p = MDEIconLookUp("apps", icon, 16);
char* p = MDEIconLookUp("Applications", icon, 16);
if(p != NULL) {
px = MwLoadImage(box, p);