PrefUI // Add forgotten selKeepReadingUponCompositionError.

This commit is contained in:
ShikiSuen 2022-08-11 13:07:45 +08:00
parent ef7bce4321
commit b85470f5f9
1 changed files with 6 additions and 0 deletions

View File

@ -150,6 +150,12 @@ struct suiPrefPaneExperience: View {
mgrPrefs.togglingAlphanumericalModeWithLShift = selTogglingAlphanumericalModeWithLShift mgrPrefs.togglingAlphanumericalModeWithLShift = selTogglingAlphanumericalModeWithLShift
} }
) )
Toggle(
LocalizedStringKey("Allow backspace-editing miscomposed readings"),
isOn: $selKeepReadingUponCompositionError.onChange {
mgrPrefs.keepReadingUponCompositionError = selKeepReadingUponCompositionError
}
)
Toggle( Toggle(
LocalizedStringKey("Emulating select-candidate-per-character mode"), LocalizedStringKey("Emulating select-candidate-per-character mode"),
isOn: $selEnableSCPCTypingMode.onChange { isOn: $selEnableSCPCTypingMode.onChange {