- [Core] rework duplicate file processing [GUI/CLI]
This commit is contained in:
12
AssetStudio.GUI/Properties/Settings.Designer.cs
generated
12
AssetStudio.GUI/Properties/Settings.Designer.cs
generated
@@ -469,5 +469,17 @@ namespace AssetStudio.GUI.Properties {
|
||||
this["uvs"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool allowDuplicates {
|
||||
get {
|
||||
return ((bool)(this["allowDuplicates"]));
|
||||
}
|
||||
set {
|
||||
this["allowDuplicates"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -113,5 +113,8 @@
|
||||
<Setting Name="uvs" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">{"UV0":{"Item1":true,"Item2":0},"UV1":{"Item1":true,"Item2":1},"UV2":{"Item1":false,"Item2":0},"UV3":{"Item1":false,"Item2":0},"UV4":{"Item1":false,"Item2":0},"UV5":{"Item1":false,"Item2":0},"UV6":{"Item1":false,"Item2":0},"UV7":{"Item1":false,"Item2":0}}</Value>
|
||||
</Setting>
|
||||
<Setting Name="allowDuplicates" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user