diff options
author | sr55 <[email protected]> | 2019-08-29 22:26:51 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-08-29 22:26:51 +0100 |
commit | 2dff6f93940c1d1d16b04d2b33c3b21ba910a186 (patch) | |
tree | ca9a699312bb1b0510ed50971f6d5229831faf63 /win/CS/HandBrakeWPF/ViewModels/Interfaces/IOptionsViewModel.cs | |
parent | 3293f1984f227a61dfe0f0d130bad8d09b19025d (diff) |
WinGui: When using the About Menu -> Update Check, automatically preform the check rather than requiring the user to hit an additional button.
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/Interfaces/IOptionsViewModel.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/Interfaces/IOptionsViewModel.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/Interfaces/IOptionsViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/Interfaces/IOptionsViewModel.cs index ee2379045..7f4fabacb 100644 --- a/win/CS/HandBrakeWPF/ViewModels/Interfaces/IOptionsViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/Interfaces/IOptionsViewModel.cs @@ -35,5 +35,7 @@ namespace HandBrakeWPF.ViewModels.Interfaces void UpdateSettings();
void Close();
+
+ void PerformUpdateCheck();
}
}
\ No newline at end of file |