mgrPrefs // Set default max candidate length to 10.

- We solved the bug related, hence no need to use the workaround here.
This commit is contained in:
ShikiSuen 2022-06-05 14:48:18 +08:00
parent 21ed3fed6b
commit 53329f34ec
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ public enum mgrPrefs {
return useSCPCTypingMode
}
@UserDefault(key: UserDef.kMaxCandidateLength, defaultValue: kDefaultComposingBufferSize * 2)
@UserDefault(key: UserDef.kMaxCandidateLength, defaultValue: 10)
static var maxCandidateLength: Int
@UserDefault(key: UserDef.kShouldNotFartInLieuOfBeep, defaultValue: true)