diff --git a/Source/Modules/PrefMgr_Core.swift b/Source/Modules/PrefMgr_Core.swift index 3b469af6..29d8f4a4 100644 --- a/Source/Modules/PrefMgr_Core.swift +++ b/Source/Modules/PrefMgr_Core.swift @@ -185,7 +185,7 @@ public class PrefMgr: PrefMgrProtocol { @AppProperty(key: UserDef.kUseIMKCandidateWindow.rawValue, defaultValue: false) public var useIMKCandidateWindow: Bool - @AppProperty(key: UserDef.kEnableSwiftUIForTDKCandidates.rawValue, defaultValue: false) + @AppProperty(key: UserDef.kEnableSwiftUIForTDKCandidates.rawValue, defaultValue: true) public var enableSwiftUIForTDKCandidates: Bool @AppProperty(key: UserDef.kEnableMouseScrollingForTDKCandidatesCocoa.rawValue, defaultValue: false)