Update
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<Copyright></Copyright>
|
||||
<PackageProjectUrl>https://github.com/Aether-Tools/CustomizePlus</PackageProjectUrl>
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<EnableWindowsTargeting>true</EnableWindowsTargeting>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user