diff options
author | sr55 <[email protected]> | 2017-12-12 21:38:59 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-12-12 21:38:59 +0000 |
commit | 02bb7c53bf68e0ba64ccd221b3435b444abb744b (patch) | |
tree | dfae39db91e22795d26db21f2bc0e250109505cb /win/CS/HandBrakeWPF/ViewModels/X264ViewModel.cs | |
parent | 462d4aa8d369266bbc8204148c6da85930893790 (diff) |
WinGui: Initial Activation of the "modified" preset detection code. (Audio/Subtitle Tabs still to be done)
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/X264ViewModel.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/X264ViewModel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/X264ViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/X264ViewModel.cs index 806b763be..951db4657 100644 --- a/win/CS/HandBrakeWPF/ViewModels/X264ViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/X264ViewModel.cs @@ -959,7 +959,7 @@ namespace HandBrakeWPF.ViewModels public bool MatchesPreset(Preset preset)
{
- return false;
+ return true;
}
/// <summary>
|