And also fix another issue because yes

This commit is contained in:
2025-08-20 12:18:06 -07:00
parent 676094457f
commit 5895615e8d

View File

@@ -139,6 +139,7 @@ public class Iconsmenu : MonoBehaviour
{
SelectCustomIcon(icon);
}
customIcons[icon.UUID].interactable = icon.UUID != customIconData.Selected;
}
}
}