diff --git a/src/settings-ui/Settings.UI/SettingsXAML/Views/DashboardPage.xaml b/src/settings-ui/Settings.UI/SettingsXAML/Views/DashboardPage.xaml index 641ee727089e..0e26afcaace6 100644 --- a/src/settings-ui/Settings.UI/SettingsXAML/Views/DashboardPage.xaml +++ b/src/settings-ui/Settings.UI/SettingsXAML/Views/DashboardPage.xaml @@ -325,6 +325,7 @@ Padding="0" HorizontalAlignment="Stretch" HorizontalContentAlignment="Stretch" + AutomationProperties.Name="{x:Bind Label}" Background="Transparent" BorderThickness="0" Click="DashboardListItemClick" @@ -370,9 +371,11 @@ @@ -416,6 +420,7 @@ Padding="0" HorizontalAlignment="Stretch" HorizontalContentAlignment="Stretch" + AutomationProperties.Name="{x:Bind Label}" Background="Transparent" BorderThickness="0" Click="DashboardListItemClick" @@ -458,9 +463,11 @@ System Tools + + Enable module + \ No newline at end of file