From ac8c0324e2f0cbfb26f3cfee61921f86b78c6601 Mon Sep 17 00:00:00 2001 From: Den Date: Thu, 23 Mar 2023 14:21:05 -0700 Subject: [PATCH] Update control to make interaction responsive (#24977) --- .../Settings.UI/Strings/en-us/Resources.resw | 12 ++++++--- .../Settings.UI/Views/AwakePage.xaml | 27 ++++++++++++------- 2 files changed, 26 insertions(+), 13 deletions(-) diff --git a/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw b/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw index 3473d8344e..e882489790 100644 --- a/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw +++ b/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw @@ -1834,8 +1834,8 @@ From there, simply click on one of the supported files in the File Explorer and This setting is only available when keeping the PC awake - - Keep custom awakeness state until a specific date and time + + Keep custom awake state until a specific date and time Mode @@ -1849,6 +1849,12 @@ From there, simply click on one of the supported files in the File Explorer and Minutes + + End date + + + End time + Awake Module name, do not loc @@ -2129,7 +2135,7 @@ From there, simply click on one of the supported files in the File Explorer and Interval before returning to the previous awakeness state - + End date and time diff --git a/src/settings-ui/Settings.UI/Views/AwakePage.xaml b/src/settings-ui/Settings.UI/Views/AwakePage.xaml index 29823d4fe7..749737ab04 100644 --- a/src/settings-ui/Settings.UI/Views/AwakePage.xaml +++ b/src/settings-ui/Settings.UI/Views/AwakePage.xaml @@ -55,21 +55,28 @@ - - - - - - - + Visibility="{x:Bind ViewModel.IsExpirationConfigurationEnabled, Mode=OneWay}" IsExpanded="True"> + + + + + + + + + + - + +