Auto-updating: add text for "Last checked" (#8645)

This commit is contained in:
Andrey Nekrasov
2020-12-17 19:38:23 +03:00
committed by GitHub
parent 24141abde2
commit e58ff6c71c
5 changed files with 75 additions and 6 deletions

View File

@@ -127,6 +127,14 @@
Margin="16,0,0,0" />
</StackPanel>
<StackPanel Orientation="Horizontal"
Margin="{StaticResource SmallBottomMargin}"
AutomationProperties.LabeledBy="{Binding ElementName=General_VersionLastChecked}">
<TextBlock x:Name="General_VersionLastChecked" x:Uid="General_VersionLastChecked" />
<TextBlock Text="{x:Bind ViewModel.UpdateCheckedDate, Mode=OneWay}"
Foreground="{ThemeResource ListViewItemForegroundPointerOver}"
Margin="6,0" />
</StackPanel>
<Button x:Uid="GeneralPage_CheckForUpdates"
Style="{StaticResource AccentButtonStyle}"