|
92 | 92 | PaneClosing="NavigationPanelClosing_Event" |
93 | 93 | PaneDisplayMode="LeftCompact" |
94 | 94 | PaneOpening="NavigationPanelOpening_Event" |
95 | | - PaneTitle="{x:Bind helper:Locale.Current.Lang._MainPage.NavigationMenu}" |
| 95 | + PaneTitle="{x:Bind helper:Locale.Current.Lang._MainPage.NavigationMenu, Mode=OneWay}" |
96 | 96 | Visibility="Visible"> |
97 | 97 | <Grid Background="Transparent"> |
98 | 98 | <Frame x:Name="LauncherFrame"> |
|
163 | 163 | CornerRadius="15,0,0,15" |
164 | 164 | DropDownClosed="GameComboBox_OnDropDownClosed" |
165 | 165 | DropDownOpened="GameComboBox_OnDropDownOpened" |
166 | | - PlaceholderText="{x:Bind helper:Locale.Current.Lang._GameClientTitles['Honkai Impact 3rd']}" |
| 166 | + PlaceholderText="{x:Bind helper:Locale.Current.Lang._GameClientTitles['Honkai Impact 3rd'], Mode=OneWay}" |
167 | 167 | SelectionChanged="SetGameCategoryChange" /> |
168 | 168 | <ComboBox x:Name="ComboBoxGameRegion" |
169 | 169 | BorderThickness="0" |
|
173 | 173 | CornerRadius="0,15,15,0" |
174 | 174 | DropDownClosed="GameComboBox_OnDropDownClosed" |
175 | 175 | DropDownOpened="GameComboBox_OnDropDownOpened" |
176 | | - PlaceholderText="{x:Bind helper:Locale.Current.Lang._GameClientRegions['Southeast Asia']}" |
| 176 | + PlaceholderText="{x:Bind helper:Locale.Current.Lang._GameClientRegions['Southeast Asia'], Mode=OneWay}" |
177 | 177 | SelectionChanged="EnableRegionChangeButton" /> |
178 | 178 | </Grid> |
179 | 179 | <Grid x:Name="ChangeGameBtnGridShadow" |
|
203 | 203 | HorizontalAlignment="Center" |
204 | 204 | VerticalAlignment="Center" |
205 | 205 | FontWeight="SemiBold" |
206 | | - Text="{x:Bind helper:Locale.Current.Lang._Misc.Change}" /> |
| 206 | + Text="{x:Bind helper:Locale.Current.Lang._Misc.Change, Mode=OneWay}" /> |
207 | 207 | <Grid Grid.Column="1" |
208 | 208 | Margin="4,0,0,0" |
209 | 209 | HorizontalAlignment="Center" |
|
240 | 240 | HorizontalAlignment="Center" |
241 | 241 | VerticalAlignment="Center" |
242 | 242 | FontWeight="SemiBold" |
243 | | - Text="{x:Bind helper:Locale.Current.Lang._Misc.Change}" /> |
| 243 | + Text="{x:Bind helper:Locale.Current.Lang._Misc.Change, Mode=OneWay}" /> |
244 | 244 | <Grid Grid.Column="1" |
245 | 245 | Margin="4,0,0,0" |
246 | 246 | HorizontalAlignment="Center" |
|
268 | 268 | <TextBlock Width="200" |
269 | 269 | Margin="0,0,0,12" |
270 | 270 | FontWeight="SemiBold" |
271 | | - Text="{x:Bind helper:Locale.Current.Lang._MainPage.RegionChangeConfirm}" |
| 271 | + Text="{x:Bind helper:Locale.Current.Lang._MainPage.RegionChangeConfirm, Mode=OneWay}" |
272 | 272 | TextWrapping="Wrap" /> |
273 | 273 | <StackPanel x:Name="ChangeRegionWarning" |
274 | 274 | Visibility="Collapsed"> |
275 | 275 | <TextBlock Width="200" |
276 | 276 | FontSize="14" |
277 | 277 | FontWeight="SemiBold" |
278 | 278 | Style="{ThemeResource BaseTextBlockStyle}" |
279 | | - Text="{x:Bind helper:Locale.Current.Lang._MainPage.RegionChangeWarnTitle}" /> |
| 279 | + Text="{x:Bind helper:Locale.Current.Lang._MainPage.RegionChangeWarnTitle, Mode=OneWay}" /> |
280 | 280 | <TextBlock x:Name="ChangeRegionWarningText" |
281 | 281 | Width="200" |
282 | 282 | Margin="0,0,0,12" |
|
327 | 327 | HorizontalAlignment="Left" |
328 | 328 | VerticalAlignment="Center" |
329 | 329 | FontWeight="SemiBold" |
330 | | - Text="{x:Bind helper:Locale.Current.Lang._MainPage.RegionChangeConfirmBtn}" /> |
| 330 | + Text="{x:Bind helper:Locale.Current.Lang._MainPage.RegionChangeConfirmBtn, Mode=OneWay}" /> |
331 | 331 | </Grid> |
332 | 332 | </Grid> |
333 | 333 | </Button.Content> |
|
505 | 505 | FontSize="20" |
506 | 506 | FontWeight="SemiBold" |
507 | 507 | Opacity="0.50" |
508 | | - Text="{x:Bind helper:Locale.Current.Lang._MainPage.NotifNoNewNotifs}" |
| 508 | + Text="{x:Bind helper:Locale.Current.Lang._MainPage.NotifNoNewNotifs, Mode=OneWay}" |
509 | 509 | TextAlignment="Center" /> |
510 | 510 | </Grid> |
511 | 511 | </StackPanel> |
|
541 | 541 | Orientation="Horizontal"> |
542 | 542 | <TextBlock Margin="0,-1,8,1" |
543 | 543 | FontWeight="Medium" |
544 | | - Text="{x:Bind helper:Locale.Current.Lang._MainPage.NotifClearAll}" /> |
| 544 | + Text="{x:Bind helper:Locale.Current.Lang._MainPage.NotifClearAll, Mode=OneWay}" /> |
545 | 545 | <FontIcon FontFamily="{ThemeResource FontAwesomeSolid}" |
546 | 546 | FontSize="16" |
547 | 547 | Glyph="" /> |
|
0 commit comments