Enable EscToCleanInputBuffer by default.
This commit is contained in:
parent
8b9e5ca57e
commit
e362151efe
|
@ -257,7 +257,7 @@ struct ComposingBufferSize {
|
||||||
return halfWidthPunctuationEnabled
|
return halfWidthPunctuationEnabled
|
||||||
}
|
}
|
||||||
|
|
||||||
@UserDefault(key: kEscToCleanInputBufferKey, defaultValue: false)
|
@UserDefault(key: kEscToCleanInputBufferKey, defaultValue: true)
|
||||||
@objc static var escToCleanInputBuffer: Bool
|
@objc static var escToCleanInputBuffer: Bool
|
||||||
|
|
||||||
// MARK: Optional settings
|
// MARK: Optional settings
|
||||||
|
|
Loading…
Reference in New Issue