Pref // Auto reload user phrases changes by default.
This commit is contained in:
parent
541e96ab70
commit
0b996632ca
|
@ -292,7 +292,7 @@ struct ComposingBufferSize {
|
|||
@CandidateListTextSize(key: kCandidateListTextSize)
|
||||
@objc static var candidateListTextSize: CGFloat
|
||||
|
||||
@UserDefault(key: kShouldAutoReloadUserDataFiles, defaultValue: false)
|
||||
@UserDefault(key: kShouldAutoReloadUserDataFiles, defaultValue: true)
|
||||
@objc static var shouldAutoReloadUserDataFiles: Bool
|
||||
|
||||
@UserDefault(key: kShouldAutoSortUserPhrasesAndExclListOnLoad, defaultValue: false)
|
||||
|
|
Loading…
Reference in New Issue