From c5de30a3c31e8e7839d32b640ea2ee791d4c03a1 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sun, 3 Sep 2023 16:08:12 +0800 Subject: [PATCH] PrefMgr // Unleash certain settings for macOS 13 and 14. --- .../Sources/MainAssembly/PrefMgr_Extension.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Packages/vChewing_MainAssembly/Sources/MainAssembly/PrefMgr_Extension.swift b/Packages/vChewing_MainAssembly/Sources/MainAssembly/PrefMgr_Extension.swift index 583200f8..994413d0 100644 --- a/Packages/vChewing_MainAssembly/Sources/MainAssembly/PrefMgr_Extension.swift +++ b/Packages/vChewing_MainAssembly/Sources/MainAssembly/PrefMgr_Extension.swift @@ -16,10 +16,6 @@ public extension PrefMgr { // macOS 10.15 開始才能使用 SwiftUI 構建的田所選字窗。 if #unavailable(macOS 10.15) { enableSwiftUIForTDKCandidates = false - togglingAlphanumericalModeWithRShift = false - togglingAlphanumericalModeWithLShift = false - showReverseLookupInCandidateUI = false - shareAlphanumericalModeStatusAcrossClients = false } if #unavailable(macOS 12) { showNotificationsWhenTogglingCapsLock = false