From c5263bac1cca75b40615ea030921cedd10f4dc92 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Wed, 19 Oct 2022 16:22:20 +0800 Subject: [PATCH] PrefMgr // Change default candidate font size back to 16. --- Source/Modules/PrefMgr_Core.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/PrefMgr_Core.swift b/Source/Modules/PrefMgr_Core.swift index 3edef76a..c6d3356c 100644 --- a/Source/Modules/PrefMgr_Core.swift +++ b/Source/Modules/PrefMgr_Core.swift @@ -66,7 +66,7 @@ public class PrefMgr: PrefMgrProtocol { @AppProperty(key: UserDef.kShowNotificationsWhenTogglingCapsLock.rawValue, defaultValue: true) public var showNotificationsWhenTogglingCapsLock: Bool - @AppProperty(key: UserDef.kCandidateListTextSize.rawValue, defaultValue: 18) + @AppProperty(key: UserDef.kCandidateListTextSize.rawValue, defaultValue: 16) public var candidateListTextSize: Double { didSet { // 必須確立條件,否則就會是無限迴圈。