mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-03 03:40:27 +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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -74,5 +74,11 @@
|
||||
<Setting Name="appLastImageFormat" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">PNG</Value>
|
||||
</Setting>
|
||||
<Setting Name="appConvertAudio" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="appExtractAudio" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user