From 632d35afad62db041e48199011b43341a05363dd Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sun, 28 Dec 2025 16:06:31 +0900 Subject: [PATCH] use newer method --- mpanel/launcher/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpanel/launcher/module.c b/mpanel/launcher/module.c index 12b73cb..f26a9ab 100644 --- a/mpanel/launcher/module.c +++ b/mpanel/launcher/module.c @@ -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);