PrefMgr // Use SwiftUI for TDKCandidates by default.

This commit is contained in:
ShikiSuen 2023-06-05 00:16:04 +08:00
parent 720ccfa4e3
commit 90f6fa53b8
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: false)
@AppProperty(key: UserDef.kEnableSwiftUIForTDKCandidates.rawValue, defaultValue: true)
public var enableSwiftUIForTDKCandidates: Bool
@AppProperty(key: UserDef.kEnableMouseScrollingForTDKCandidatesCocoa.rawValue, defaultValue: false)