优化
This commit is contained in:
@@ -19,7 +19,7 @@ namespace ShrlAlgoToolkit.RevitAddins.RvFamily;
|
||||
public partial class FamilyProcessorViewModel : ObservableObject
|
||||
{
|
||||
[ObservableProperty]
|
||||
private bool addCategoryui:InputAssist.Prefix;
|
||||
private bool addCategoryPrefix;
|
||||
|
||||
[ObservableProperty]
|
||||
private bool createCategoryFolder;
|
||||
@@ -370,7 +370,7 @@ public partial class FamilyProcessorViewModel : ObservableObject
|
||||
}
|
||||
}
|
||||
|
||||
if (AddCategoryui:InputAssist.Prefix)
|
||||
if (AddCategoryPrefix)
|
||||
{
|
||||
familyFileInfo = $"({categoryInfo}){familyFileInfo}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user