Update
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
<Copyright></Copyright>
|
<Copyright></Copyright>
|
||||||
<PackageProjectUrl>https://github.com/Aether-Tools/CustomizePlus</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/Aether-Tools/CustomizePlus</PackageProjectUrl>
|
||||||
<UseWindowsForms>true</UseWindowsForms>
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
|
<EnableWindowsTargeting>true</EnableWindowsTargeting>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|||||||
@@ -366,6 +366,7 @@ public class TemplateFileSystemSelector : FileSystemSelector<Template, TemplateS
|
|||||||
}
|
}
|
||||||
|
|
||||||
string name = currentTarget.Name.ToString();
|
string name = currentTarget.Name.ToString();
|
||||||
|
_logger.Verbose($"Stealing template from target: {name}");
|
||||||
if (string.IsNullOrWhiteSpace(name))
|
if (string.IsNullOrWhiteSpace(name))
|
||||||
{
|
{
|
||||||
_messageService.NotificationMessage("Could not resolve target's full name.");
|
_messageService.NotificationMessage("Could not resolve target's full name.");
|
||||||
|
|||||||
Reference in New Issue
Block a user