mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-06 05:22:58 +08:00
implemented audio formats conversion.
This commit is contained in:
24
Properties/Settings.Designer.cs
generated
24
Properties/Settings.Designer.cs
generated
@@ -309,5 +309,29 @@ namespace GARbro.GUI.Properties {
|
||||
this["appLastImageFormat"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool appConvertAudio {
|
||||
get {
|
||||
return ((bool)(this["appConvertAudio"]));
|
||||
}
|
||||
set {
|
||||
this["appConvertAudio"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool appExtractAudio {
|
||||
get {
|
||||
return ((bool)(this["appExtractAudio"]));
|
||||
}
|
||||
set {
|
||||
this["appExtractAudio"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user