From 0b089e9d1e20ad2240b20efff74eb3fd581ae235 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 29 Dec 2019 21:32:16 +0000 Subject: WinGui: Improve the way updates are notified. The status label isn't visible when the application starts and will be reset during scan thus wasn't appropiate. The Source Selection Pane which shows on startup will now show a link that opens the Options Update tab. --- win/CS/HandBrakeWPF/Controls/SourceSelection.xaml | 18 ++++++++++++++---- win/CS/HandBrakeWPF/Controls/SourceSelection.xaml.cs | 6 ++++++ win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 9 +++++++++ win/CS/HandBrakeWPF/Properties/Resources.resx | 3 +++ win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs | 13 +++++++++++++ 5 files changed, 45 insertions(+), 4 deletions(-) diff --git a/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml b/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml index 7069fde07..91528e23c 100644 --- a/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml +++ b/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml @@ -5,8 +5,7 @@ xmlns:controls="clr-namespace:HandBrakeWPF.Controls" xmlns:Properties="clr-namespace:HandBrakeWPF.Properties" xmlns:converters="clr-namespace:HandBrakeWPF.Converters" - x:Name="sourcePanel" - > + x:Name="sourcePanel"> @@ -31,6 +30,7 @@ + @@ -109,12 +109,22 @@ + + + + + + + + + + - +