mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
renamed Will ARC-related settings and widget.
to distinguish from upcoming ShiinaRio WARC stuff.
This commit is contained in:
20
ArcFormats/Properties/Settings.Designer.cs
generated
20
ArcFormats/Properties/Settings.Designer.cs
generated
@@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.18444
|
||||
// Runtime Version:4.0.30319.34209
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -241,12 +241,12 @@ namespace GameRes.Formats.Properties {
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("8")]
|
||||
public int WARCNameLength {
|
||||
public int ARCNameLength {
|
||||
get {
|
||||
return ((int)(this["WARCNameLength"]));
|
||||
return ((int)(this["ARCNameLength"]));
|
||||
}
|
||||
set {
|
||||
this["WARCNameLength"] = value;
|
||||
this["ARCNameLength"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -273,5 +273,17 @@ namespace GameRes.Formats.Properties {
|
||||
this["KCAPScheme"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string WARCScheme {
|
||||
get {
|
||||
return ((string)(this["WARCScheme"]));
|
||||
}
|
||||
set {
|
||||
this["WARCScheme"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<Setting Name="NPAKey2" Type="System.UInt32" Scope="User">
|
||||
<Value Profile="(Default)">555831124</Value>
|
||||
</Setting>
|
||||
<Setting Name="WARCNameLength" Type="System.Int32" Scope="User">
|
||||
<Setting Name="ARCNameLength" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">8</Value>
|
||||
</Setting>
|
||||
<Setting Name="KCAPPassPhrase" Type="System.String" Scope="User">
|
||||
@@ -65,5 +65,8 @@
|
||||
<Setting Name="KCAPScheme" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="WARCScheme" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user