diff options
author | sr55 <[email protected]> | 2017-08-23 22:32:28 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-08-23 22:32:28 +0100 |
commit | ffa1a048c75be90797b9c98a8d62a5fc8b03326b (patch) | |
tree | fb87366bcb1e57c0c96acbbe5de5bf75bd64c882 /win/CS/HandBrakeWPF/ViewModels/Interfaces | |
parent | 4d3958bfaeec0fd72de01b58a40c3335d1651cf0 (diff) |
WinGui: Summary Tab - Make the preview controls operational. #833
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/Interfaces')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/Interfaces/ISummaryViewModel.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/Interfaces/ISummaryViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/Interfaces/ISummaryViewModel.cs index 8ed5deb78..e7440b7a8 100644 --- a/win/CS/HandBrakeWPF/ViewModels/Interfaces/ISummaryViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/Interfaces/ISummaryViewModel.cs @@ -19,5 +19,6 @@ namespace HandBrakeWPF.ViewModels.Interfaces event EventHandler<OutputFormatChangedEventArgs> OutputFormatChanged; void SetContainer(OutputFormat container); void UpdateDisplayedInfo(); + void SetPreviewControlVisibility(bool isPreviousVisible, bool isNextVisible); } }
\ No newline at end of file |