Prefs // default ShowPageButtonsInCandidateWindow as true.

This commit is contained in:
ShikiSuen 2022-03-05 15:11:58 +08:00
parent 0e374a8ad1
commit ba3f489296
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ struct ComposingBufferSize {
@UserDefault(key: kFunctionKeyKeyboardLayoutOverrideIncludeShift, defaultValue: false)
@objc static var functionKeyKeyboardLayoutOverrideIncludeShiftKey: Bool
@UserDefault(key: kShowPageButtonsInCandidateWindow, defaultValue: false)
@UserDefault(key: kShowPageButtonsInCandidateWindow, defaultValue: true)
@objc static var showPageButtonsInCandidateWindow: Bool
@CandidateListTextSize(key: kCandidateListTextSize)