Pref // Again disable enableSwiftUIForTDKCandidates by default.

This commit is contained in:
ShikiSuen 2023-06-15 21:26:25 +08:00
parent 3f0f308c81
commit e773ae759c
1 changed files with 1 additions and 1 deletions

View File

@ -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)