We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f2164 commit d217341Copy full SHA for d217341
WolvenKit.App/Services/ArchiveXlItemService.cs
@@ -133,6 +133,7 @@ public void CreateEquipmentItem(ArchiveXlClothingItem clothingItemData)
133
var newFiles = activeProject.ModFiles.Where(f => !projectFiles.Contains(f)).ToList();
134
if (newFiles.Count == 0)
135
{
136
+ _logger.Success($"Your ArchiveXL item {clothingItemData.ItemName} has been updated.");
137
return;
138
}
139
0 commit comments