Pref // Auto reload user phrases changes by default.
This commit is contained in:
parent
3268229095
commit
56f7f82573
|
@ -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