This commit is contained in:
2026-05-02 16:18:53 +08:00
parent 35c8e980f8
commit aea4c2ce3c
7 changed files with 174 additions and 1 deletions
@@ -157,6 +157,13 @@
OffContent="{DynamicResource Common_Off}"
Toggled="ToggleSwitchHighPrecisionLineStraighten_Toggled" />
</ui:SettingsCard>
<ui:SettingsCard Header="{i18n:I18n Key=InkRecog_PauseStraightenLine}"
Description="{i18n:I18n Key=InkRecog_PauseStraightenHint}">
<ui:ToggleSwitch x:Name="ToggleSwitchPauseStraightenLine"
OnContent="{DynamicResource Common_On}"
OffContent="{DynamicResource Common_Off}"
Toggled="ToggleSwitchPauseStraightenLine_Toggled" />
</ui:SettingsCard>
</ui:SettingsExpander.Items>
</ui:SettingsExpander>