Prefs // default ShowPageButtonsInCandidateWindow as true.
This commit is contained in:
parent
544880ebc7
commit
c1b7941d45
|
@ -382,7 +382,7 @@ struct ComposingBufferSize {
|
||||||
@UserDefault(key: kFunctionKeyKeyboardLayoutOverrideIncludeShift, defaultValue: false)
|
@UserDefault(key: kFunctionKeyKeyboardLayoutOverrideIncludeShift, defaultValue: false)
|
||||||
@objc static var functionKeyKeyboardLayoutOverrideIncludeShiftKey: Bool
|
@objc static var functionKeyKeyboardLayoutOverrideIncludeShiftKey: Bool
|
||||||
|
|
||||||
@UserDefault(key: kShowPageButtonsInCandidateWindow, defaultValue: false)
|
@UserDefault(key: kShowPageButtonsInCandidateWindow, defaultValue: true)
|
||||||
@objc static var showPageButtonsInCandidateWindow: Bool
|
@objc static var showPageButtonsInCandidateWindow: Bool
|
||||||
|
|
||||||
@CandidateListTextSize(key: kCandidateListTextSize)
|
@CandidateListTextSize(key: kCandidateListTextSize)
|
||||||
|
|
Loading…
Reference in New Issue