mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[Settings][Accessibility]Assign AutomationProperties.Name to Backup Select Folder button (#32579)
This commit is contained in:
@@ -271,6 +271,7 @@
|
|||||||
</ToolTipService.ToolTip>
|
</ToolTipService.ToolTip>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<Button
|
<Button
|
||||||
|
x:Uid="General_SettingsBackupAndRestore_ButtonSelectFolder"
|
||||||
Grid.Column="1"
|
Grid.Column="1"
|
||||||
Command="{Binding SelectSettingBackupDirEventHandler}"
|
Command="{Binding SelectSettingBackupDirEventHandler}"
|
||||||
Content=""
|
Content=""
|
||||||
|
|||||||
@@ -59,7 +59,10 @@
|
|||||||
: using a System.ComponentModel.TypeConverter
|
: using a System.ComponentModel.TypeConverter
|
||||||
: and then encoded with base64 encoding.
|
: and then encoded with base64 encoding.
|
||||||
-->
|
-->
|
||||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
<xsd:schema id="root"
|
||||||
|
xmlns=""
|
||||||
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||||
|
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
<xsd:element name="root" msdata:IsDataSet="true">
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
<xsd:complexType>
|
<xsd:complexType>
|
||||||
@@ -996,6 +999,9 @@
|
|||||||
<data name="General_SettingsBackupAndRestore_ButtonRestore.Content" xml:space="preserve">
|
<data name="General_SettingsBackupAndRestore_ButtonRestore.Content" xml:space="preserve">
|
||||||
<value>Restore</value>
|
<value>Restore</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="General_SettingsBackupAndRestore_ButtonSelectFolder.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
|
<value>Select folder</value>
|
||||||
|
</data>
|
||||||
<data name="General_SettingsBackupAndRestore_ButtonSelectLocation.Text" xml:space="preserve">
|
<data name="General_SettingsBackupAndRestore_ButtonSelectLocation.Text" xml:space="preserve">
|
||||||
<value>Select folder</value>
|
<value>Select folder</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
Reference in New Issue
Block a user