- [Core] rework duplicate file processing [GUI/CLI]

This commit is contained in:
Razmoth
2024-01-20 16:18:29 +04:00
parent ee44722f81
commit c73d81ccff
8 changed files with 121 additions and 30 deletions

View File

@@ -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;
}
}
}
}