Enable EscToCleanInputBuffer by default.

This commit is contained in:
ShikiSuen 2022-01-23 17:28:52 +08:00
parent f9ad702eac
commit 4463775e87
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ struct ComposingBufferSize {
return halfWidthPunctuationEnabled
}
@UserDefault(key: kEscToCleanInputBufferKey, defaultValue: false)
@UserDefault(key: kEscToCleanInputBufferKey, defaultValue: true)
@objc static var escToCleanInputBuffer: Bool
// MARK: Optional settings