fix icons

This commit is contained in:
Nishi 2025-12-27 19:58:13 +09:00
commit a999db5657
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -360,7 +360,7 @@ void module(MwWidget box, xl_node_t* node) {
int i;
xl_node_t* n;
if((rgb = stbi_load(ICON64DIR "/logo.png", &w, &h, &ch, 4)) != NULL) {
if((rgb = stbi_load(ICON64DIR "/apps/mde.png", &w, &h, &ch, 4)) != NULL) {
int bw = MwGetInteger(box, MwNheight) - MwDefaultBorderWidth(box) * 2;
unsigned char* data = malloc(bw * bw * 4);
unsigned char* save = malloc(bw * bw * 4);