From 90f6fa53b8f6973f9436e83d8cdda56d2af5da87 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Mon, 5 Jun 2023 00:16:04 +0800 Subject: [PATCH] PrefMgr // Use SwiftUI for TDKCandidates by default. --- 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 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)