From 4d7a05ed8dd8ab8fb04ddf6722a30e9b05485933 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 14 Sep 2018 20:49:27 +0100 Subject: WinGui: When opening preferences, reset to General tab if the last tab used was the About tab. #1592 --- win/CS/HandBrakeWPF/ViewModels/Interfaces/IOptionsViewModel.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'win/CS/HandBrakeWPF/ViewModels/Interfaces') diff --git a/win/CS/HandBrakeWPF/ViewModels/Interfaces/IOptionsViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/Interfaces/IOptionsViewModel.cs index e37f1da07..827d0a0fb 100644 --- a/win/CS/HandBrakeWPF/ViewModels/Interfaces/IOptionsViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/Interfaces/IOptionsViewModel.cs @@ -16,6 +16,11 @@ namespace HandBrakeWPF.ViewModels.Interfaces /// public interface IOptionsViewModel { + /// + /// The currently selected Tab in the options pane. + /// + OptionsTab SelectedTab { get; } + /// /// The goto tab. /// -- cgit v1.2.3