|
91 | 91 | OffContent="{DynamicResource disable}" |
92 | 92 | OnContent="{DynamicResource enable}" /> |
93 | 93 | </ui:SettingsCard> |
94 | | - <ui:SettingsCard |
95 | | - Description="{DynamicResource ignoreAccentsToolTip}" |
96 | | - Header="{DynamicResource ignoreAccents}"> |
97 | | - <ui:ToggleSwitch |
98 | | - IsOn="{Binding IgnoreAccents}" |
99 | | - OffContent="{DynamicResource disable}" |
100 | | - OnContent="{DynamicResource enable}" /> |
101 | | - </ui:SettingsCard> |
102 | | - <ui:InfoBar |
103 | | - Title="{DynamicResource ignoreAccentsRestartTitle}" |
104 | | - Margin="0 4 0 0" |
105 | | - IsClosable="False" |
106 | | - IsOpen="True" |
107 | | - Message="{DynamicResource ignoreAccentsRestartMessage}" |
108 | | - Severity="Warning" |
109 | | - Visibility="{Binding IgnoreAccentsRestartRequired, Converter={StaticResource BoolToVisibilityConverter}}"> |
110 | | - <ui:InfoBar.ActionButton> |
111 | | - <Button Command="{Binding RestartAppCommand}" Content="{DynamicResource ignoreAccentsRestartButton}" /> |
112 | | - </ui:InfoBar.ActionButton> |
113 | | - </ui:InfoBar> |
| 94 | + |
114 | 95 | <ui:SettingsCard |
115 | 96 | Margin="0 14 0 0" |
116 | 97 | Description="{DynamicResource showAtTopmostToolTip}" |
|
579 | 560 | </ui:SettingsExpander.Items> |
580 | 561 | </ui:SettingsExpander> |
581 | 562 |
|
| 563 | + <ui:SettingsCard |
| 564 | + Margin="0 4 0 0" |
| 565 | + Description="{DynamicResource ignoreAccentsToolTip}" |
| 566 | + Header="{DynamicResource ignoreAccents}"> |
| 567 | + <ui:ToggleSwitch |
| 568 | + IsOn="{Binding IgnoreAccents}" |
| 569 | + OffContent="{DynamicResource disable}" |
| 570 | + OnContent="{DynamicResource enable}" /> |
| 571 | + </ui:SettingsCard> |
| 572 | + <ui:InfoBar |
| 573 | + Title="{DynamicResource ignoreAccentsRestartTitle}" |
| 574 | + Margin="0 4 0 0" |
| 575 | + IsClosable="False" |
| 576 | + IsOpen="True" |
| 577 | + Message="{DynamicResource ignoreAccentsRestartMessage}" |
| 578 | + Severity="Warning" |
| 579 | + Visibility="{Binding IgnoreAccentsRestartRequired, Converter={StaticResource BoolToVisibilityConverter}}"> |
| 580 | + <ui:InfoBar.ActionButton> |
| 581 | + <Button Command="{Binding RestartAppCommand}" Content="{DynamicResource ignoreAccentsRestartButton}" /> |
| 582 | + </ui:InfoBar.ActionButton> |
| 583 | + </ui:InfoBar> |
| 584 | + |
582 | 585 | <ui:SettingsCard Margin="0 14 0 0" Header="{DynamicResource language}"> |
583 | 586 | <ui:SettingsCard.HeaderIcon> |
584 | 587 | <ui:FontIcon Glyph="" /> |
|
0 commit comments