Pref // Auto reload user phrases changes by default.

This commit is contained in:
ShikiSuen 2022-01-31 12:42:52 +08:00
parent 541e96ab70
commit 0b996632ca
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ struct ComposingBufferSize {
@CandidateListTextSize(key: kCandidateListTextSize) @CandidateListTextSize(key: kCandidateListTextSize)
@objc static var candidateListTextSize: CGFloat @objc static var candidateListTextSize: CGFloat
@UserDefault(key: kShouldAutoReloadUserDataFiles, defaultValue: false) @UserDefault(key: kShouldAutoReloadUserDataFiles, defaultValue: true)
@objc static var shouldAutoReloadUserDataFiles: Bool @objc static var shouldAutoReloadUserDataFiles: Bool
@UserDefault(key: kShouldAutoSortUserPhrasesAndExclListOnLoad, defaultValue: false) @UserDefault(key: kShouldAutoSortUserPhrasesAndExclListOnLoad, defaultValue: false)