PrefUI // Add forgotten selKeepReadingUponCompositionError.
This commit is contained in:
parent
ef7bce4321
commit
b85470f5f9
|
@ -150,6 +150,12 @@ struct suiPrefPaneExperience: View {
|
|||
mgrPrefs.togglingAlphanumericalModeWithLShift = selTogglingAlphanumericalModeWithLShift
|
||||
}
|
||||
)
|
||||
Toggle(
|
||||
LocalizedStringKey("Allow backspace-editing miscomposed readings"),
|
||||
isOn: $selKeepReadingUponCompositionError.onChange {
|
||||
mgrPrefs.keepReadingUponCompositionError = selKeepReadingUponCompositionError
|
||||
}
|
||||
)
|
||||
Toggle(
|
||||
LocalizedStringKey("Emulating select-candidate-per-character mode"),
|
||||
isOn: $selEnableSCPCTypingMode.onChange {
|
||||
|
|
Loading…
Reference in New Issue