This commit is contained in:
2025-07-30 20:04:27 +03:00
parent bfe52bb79d
commit 47051c1581
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
<Copyright></Copyright>
<PackageProjectUrl>https://github.com/Aether-Tools/CustomizePlus</PackageProjectUrl>
<UseWindowsForms>true</UseWindowsForms>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
<PropertyGroup>

View File

@@ -366,6 +366,7 @@ public class TemplateFileSystemSelector : FileSystemSelector<Template, TemplateS
}
string name = currentTarget.Name.ToString();
_logger.Verbose($"Stealing template from target: {name}");
if (string.IsNullOrWhiteSpace(name))
{
_messageService.NotificationMessage("Could not resolve target's full name.");