diff options
author | sr55 <[email protected]> | 2020-12-13 14:42:08 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2020-12-13 14:48:53 +0000 |
commit | 7db0c342d286e0d884c3d7c0fcef51254d9fcd4f (patch) | |
tree | 38c3a2aa72db5b49ac0c9618465d910ba074f977 /win/CS/HandBrake.Interop/Interop/Json/Presets/HBPreset.cs | |
parent | b3237078a5c30afd02ea03866c0cfdc3428a43c3 (diff) |
WinGui: Better handle disabled presets in the UI.
Diffstat (limited to 'win/CS/HandBrake.Interop/Interop/Json/Presets/HBPreset.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/Interop/Json/Presets/HBPreset.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/Interop/Json/Presets/HBPreset.cs b/win/CS/HandBrake.Interop/Interop/Json/Presets/HBPreset.cs index 5753cf573..578bcfc50 100644 --- a/win/CS/HandBrake.Interop/Interop/Json/Presets/HBPreset.cs +++ b/win/CS/HandBrake.Interop/Interop/Json/Presets/HBPreset.cs @@ -411,5 +411,7 @@ namespace HandBrake.Interop.Interop.Json.Presets /// Gets or sets a value indicating whether x 264 use advanced options. /// </summary> public bool x264UseAdvancedOptions { get; set; } + + public bool PresetDisabled { get; set; } } }
\ No newline at end of file |