This commit is contained in:
PrefacedCorg
2026-04-23 23:53:52 +08:00
parent 532aa03c56
commit f05062f902
6 changed files with 8 additions and 83 deletions
+1 -10
View File
@@ -626,16 +626,7 @@
</ikw:SimpleStackPanel>
</ikw:SimpleStackPanel>
</Border>
<GroupBox Name="GroupBoxModeSettings">
<GroupBox.Header>
<TextBlock Margin="0,12,0,0" Text="{i18n:I18n Key=Settings_Mode}" FontWeight="Bold" Foreground="#fafafa"
FontSize="26" />
</GroupBox.Header>
<ikw:SimpleStackPanel Spacing="6" Margin="0,10,0,0">
<TextBlock TextWrapping="Wrap" Margin="0,0,0,10" Foreground="#fafafa" Text="{i18n:I18n Key=Settings_ModeDesc}"/>
<controls:LabeledToggleSwitch x:Name="ToggleSwitchMode" Label="{i18n:I18n Key=Mode_Normal}" OnContent="{i18n:I18n Key=Mode_PPTOnly}" OffContent="{i18n:I18n Key=Mode_PPTOnly}" IsOn="False" Toggled="ToggleSwitchMode_Toggled"/>
</ikw:SimpleStackPanel>
</GroupBox>
<GroupBox Name="GroupBoxSettings">
<GroupBox.Header>