mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 23:19:13 +08:00
Ensure the keyword version is read out before reading out the version number
This commit is contained in:
parent
e6a5b589ff
commit
c76c4f026e
@ -687,6 +687,9 @@
|
||||
<data name="General_Version.Text" xml:space="preserve">
|
||||
<value>Version:</value>
|
||||
</data>
|
||||
<data name="General_Version.AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Version</value>
|
||||
</data>
|
||||
<data name="Shortcut_Overlay_Theme.Header" xml:space="preserve">
|
||||
<value>Background theme</value>
|
||||
</data>
|
||||
|
@ -117,7 +117,7 @@
|
||||
<StackPanel Orientation="Horizontal"
|
||||
Margin="{StaticResource SmallTopMargin}"
|
||||
AutomationProperties.LabeledBy="{Binding ElementName=General_Version}">
|
||||
<TextBlock Text="Version: " x:Uid="General_Version" />
|
||||
<TextBlock x:Name="General_Version" x:Uid="General_Version" />
|
||||
<HyperlinkButton NavigateUri="https://github.com/microsoft/PowerToys/releases" Margin="4,-6,0,0">
|
||||
<TextBlock Text="{x:Bind ViewModel.PowerToysVersion }" />
|
||||
</HyperlinkButton>
|
||||
|
Loading…
Reference in New Issue
Block a user