|
95 | 95 | Text="{helpers:ResourceString Name=Appearance}" /> |
96 | 96 |
|
97 | 97 | <!-- Theme --> |
98 | | - <wctcontrols:SettingsCard Header="{helpers:ResourceString Name=SettingsAppearanceTheme}"> |
| 98 | + <wctcontrols:SettingsCard AutomationProperties.Name="ThemeSection" Header="{helpers:ResourceString Name=SettingsAppearanceTheme}"> |
99 | 99 | <wctcontrols:SettingsCard.HeaderIcon> |
100 | 100 | <FontIcon Glyph="" /> |
101 | 101 | </wctcontrols:SettingsCard.HeaderIcon> |
|
107 | 107 | </wctcontrols:SettingsCard> |
108 | 108 |
|
109 | 109 | <!-- Backdrop Material --> |
110 | | - <wctcontrols:SettingsCard Header="{helpers:ResourceString Name=BackdropMaterial}"> |
| 110 | + <wctcontrols:SettingsCard AutomationProperties.Name="BackdropSection" Header="{helpers:ResourceString Name=BackdropMaterial}"> |
111 | 111 | <wctcontrols:SettingsCard.HeaderIcon> |
112 | 112 | <FontIcon Glyph="" /> |
113 | 113 | </wctcontrols:SettingsCard.HeaderIcon> |
|
120 | 120 | <!-- App Background --> |
121 | 121 | <wctcontrols:SettingsExpander |
122 | 122 | HorizontalAlignment="Stretch" |
| 123 | + AutomationProperties.Name="BackgroundColorSection" |
123 | 124 | Header="{helpers:ResourceString Name=BackgroundColor}" |
124 | 125 | IsExpanded="True"> |
125 | 126 | <wctcontrols:SettingsExpander.HeaderIcon> |
|
165 | 166 | <!-- App Background Image --> |
166 | 167 | <wctcontrols:SettingsExpander |
167 | 168 | HorizontalAlignment="Stretch" |
| 169 | + AutomationProperties.Name="BackgroundImageSection" |
168 | 170 | Description="{x:Bind ViewModel.AppThemeBackgroundImageSource, Mode=OneWay}" |
169 | 171 | Header="{helpers:ResourceString Name=BackgroundImage}" |
170 | 172 | IsExpanded="False"> |
|
232 | 234 | </wctcontrols:SettingsExpander> |
233 | 235 |
|
234 | 236 | <!-- Show tab actions --> |
235 | | - <wctcontrols:SettingsCard Header="{helpers:ResourceString Name=ShowTabActions}"> |
| 237 | + <wctcontrols:SettingsCard AutomationProperties.Name="ShowTabActionsSection" Header="{helpers:ResourceString Name=ShowTabActions}"> |
236 | 238 | <wctcontrols:SettingsCard.HeaderIcon> |
237 | 239 | <PathIcon Data="{StaticResource App.Theme.PathIcon.TabActions}" /> |
238 | 240 | </wctcontrols:SettingsCard.HeaderIcon> |
|
243 | 245 | </wctcontrols:SettingsCard> |
244 | 246 |
|
245 | 247 | <!-- Toolbar --> |
246 | | - <wctcontrols:SettingsExpander Header="{helpers:ResourceString Name=Toolbars}"> |
| 248 | + <wctcontrols:SettingsExpander AutomationProperties.Name="ToolbarsSection" Header="{helpers:ResourceString Name=Toolbars}"> |
247 | 249 | <wctcontrols:SettingsExpander.HeaderIcon> |
248 | 250 | <PathIcon Data="{StaticResource App.Theme.PathIcon.WebAsset}" /> |
249 | 251 | </wctcontrols:SettingsExpander.HeaderIcon> |
|
0 commit comments