|
50 | 50 |
|
51 | 51 | <!-- GitHub Sponsor --> |
52 | 52 | <wctcontrols:SettingsCard |
| 53 | + AutomationProperties.AccessibilityView="Raw" |
53 | 54 | Command="{x:Bind ViewModel.SupportUsCommand}" |
54 | 55 | Header="{helpers:ResourceString Name=SponsorUsOnGitHub}" |
55 | 56 | IsClickEnabled="True"> |
|
73 | 74 | <!-- Documentation --> |
74 | 75 | <wctcontrols:SettingsCard |
75 | 76 | HorizontalAlignment="Stretch" |
| 77 | + AutomationProperties.AccessibilityView="Raw" |
76 | 78 | Command="{x:Bind ViewModel.OpenDocumentationCommand}" |
77 | 79 | Header="{helpers:ResourceString Name=Documentation}" |
78 | 80 | IsClickEnabled="True"> |
|
88 | 90 | <!-- Questions & discussions --> |
89 | 91 | <wctcontrols:SettingsCard |
90 | 92 | HorizontalAlignment="Stretch" |
| 93 | + AutomationProperties.AccessibilityView="Raw" |
91 | 94 | Command="{x:Bind ViewModel.OpenDiscordCommand}" |
92 | 95 | Header="{helpers:ResourceString Name=QuestionsAndDiscussions}" |
93 | 96 | IsClickEnabled="True"> |
|
101 | 104 | </wctcontrols:SettingsCard> |
102 | 105 |
|
103 | 106 | <!-- Feedback --> |
104 | | - <wctcontrols:SettingsExpander HorizontalAlignment="Stretch" Header="{helpers:ResourceString Name=Feedback}"> |
| 107 | + <wctcontrols:SettingsExpander AutomationProperties.AutomationControlType="Custom" Header="{helpers:ResourceString Name=Feedback}"> |
105 | 108 | <wctcontrols:SettingsExpander.HeaderIcon> |
106 | 109 | <FontIcon Glyph="" /> |
107 | 110 | </wctcontrols:SettingsExpander.HeaderIcon> |
108 | 111 | <wctcontrols:SettingsExpander.Items> |
109 | 112 | <!-- Submit feature request --> |
110 | 113 | <wctcontrols:SettingsCard |
111 | 114 | HorizontalAlignment="Stretch" |
| 115 | + AutomationProperties.AccessibilityView="Raw" |
112 | 116 | Command="{x:Bind ViewModel.SubmitFeatureRequestCommand}" |
113 | 117 | Header="{helpers:ResourceString Name=SubmitFeatureRequest}" |
114 | 118 | IsClickEnabled="True"> |
|
120 | 124 | <!-- Submit bug report --> |
121 | 125 | <wctcontrols:SettingsCard |
122 | 126 | HorizontalAlignment="Stretch" |
| 127 | + AutomationProperties.AccessibilityView="Raw" |
123 | 128 | Command="{x:Bind ViewModel.SubmitBugReportCommand}" |
124 | 129 | Header="{helpers:ResourceString Name=SubmitBugReport}" |
125 | 130 | IsClickEnabled="True"> |
|
133 | 138 | <!-- Open Log File Location --> |
134 | 139 | <wctcontrols:SettingsCard |
135 | 140 | HorizontalAlignment="Stretch" |
| 141 | + AutomationProperties.AccessibilityView="Raw" |
136 | 142 | Command="{x:Bind ViewModel.OpenLogLocationCommand}" |
137 | 143 | Header="{helpers:ResourceString Name=OpenLogLocation}" |
138 | 144 | IsClickEnabled="True"> |
|
156 | 162 | <!-- Translate --> |
157 | 163 | <wctcontrols:SettingsCard |
158 | 164 | HorizontalAlignment="Stretch" |
| 165 | + AutomationProperties.AccessibilityView="Raw" |
159 | 166 | Command="{x:Bind ViewModel.OpenCrowdinCommand}" |
160 | 167 | Header="{helpers:ResourceString Name=ImproveTranslation}" |
161 | 168 | IsClickEnabled="True"> |
|
169 | 176 | </wctcontrols:SettingsCard> |
170 | 177 |
|
171 | 178 | <!-- Third Party Licenses --> |
172 | | - <wctcontrols:SettingsExpander Header="{helpers:ResourceString Name=ThirdPartyLibraries}"> |
| 179 | + <wctcontrols:SettingsExpander AutomationProperties.AutomationControlType="Custom" Header="{helpers:ResourceString Name=ThirdPartyLibraries}"> |
173 | 180 | <wctcontrols:SettingsExpander.HeaderIcon> |
174 | 181 | <FontIcon Glyph="" /> |
175 | 182 | </wctcontrols:SettingsExpander.HeaderIcon> |
|
202 | 209 | <!-- Open GitHub repo --> |
203 | 210 | <wctcontrols:SettingsCard |
204 | 211 | HorizontalAlignment="Stretch" |
| 212 | + AutomationProperties.AccessibilityView="Raw" |
205 | 213 | Command="{x:Bind ViewModel.OpenGitHubRepoCommand}" |
206 | 214 | Header="{helpers:ResourceString Name=OpenGitHubRepo}" |
207 | 215 | IsClickEnabled="True"> |
|
217 | 225 | <!-- Privacy --> |
218 | 226 | <wctcontrols:SettingsCard |
219 | 227 | HorizontalAlignment="Stretch" |
| 228 | + AutomationProperties.AccessibilityView="Raw" |
220 | 229 | Command="{x:Bind ViewModel.OpenPrivacyPolicyCommand}" |
221 | 230 | Header="{helpers:ResourceString Name=Privacy}" |
222 | 231 | IsClickEnabled="True"> |
|
0 commit comments