mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-02 03:10:26 +08:00
fixed code to work with new resource settings interface.
This commit is contained in:
24
ArcFormats/Properties/Settings.Designer.cs
generated
24
ArcFormats/Properties/Settings.Designer.cs
generated
@@ -681,5 +681,29 @@ namespace GameRes.Formats.Properties {
|
||||
this["PCKTitle"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool RCTOverlayFrames {
|
||||
get {
|
||||
return ((bool)(this["RCTOverlayFrames"]));
|
||||
}
|
||||
set {
|
||||
this["RCTOverlayFrames"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool RCTApplyMask {
|
||||
get {
|
||||
return ((bool)(this["RCTApplyMask"]));
|
||||
}
|
||||
set {
|
||||
this["RCTApplyMask"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user