From e773ae759cc630168dd108163c4dd68a49401219 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Thu, 15 Jun 2023 21:26:25 +0800 Subject: [PATCH] Pref // Again disable enableSwiftUIForTDKCandidates 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 29d8f4a4..3b469af6 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: true) + @AppProperty(key: UserDef.kEnableSwiftUIForTDKCandidates.rawValue, defaultValue: false) public var enableSwiftUIForTDKCandidates: Bool @AppProperty(key: UserDef.kEnableMouseScrollingForTDKCandidatesCocoa.rawValue, defaultValue: false)