mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(GalFormat): use string representation of keys instead of numeric.
This commit is contained in:
6
ArcFormats/Properties/Settings.Designer.cs
generated
6
ArcFormats/Properties/Settings.Designer.cs
generated
@@ -552,10 +552,10 @@ namespace GameRes.Formats.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
||||
public uint GALKey {
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string GALKey {
|
||||
get {
|
||||
return ((uint)(this["GALKey"]));
|
||||
return ((string)(this["GALKey"]));
|
||||
}
|
||||
set {
|
||||
this["GALKey"] = value;
|
||||
|
||||
Reference in New Issue
Block a user