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