From 37a10c94ae229f47a1f7aea03258419f3d48fef2 Mon Sep 17 00:00:00 2001 From: FinleyGe Date: Mon, 17 Nov 2025 14:05:49 +0800 Subject: [PATCH] fix: child icon --- modules/tool/parseMod.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/tool/parseMod.ts b/modules/tool/parseMod.ts index 5969156c..e47a8115 100644 --- a/modules/tool/parseMod.ts +++ b/modules/tool/parseMod.ts @@ -37,8 +37,7 @@ export const parseMod = async ({ for (const child of children) { const childToolId = child.toolId; - const childIcon = - child.icon || rootMod.icon || getIconPath(`${toolsetId}/${childToolId}/logo`); + const childIcon = child.icon || rootMod.icon || getIconPath(`${childToolId}/logo`); tools.push({ ...child,