PrefMgr // Unleash certain settings for macOS 13 and 14.

This commit is contained in:
ShikiSuen 2023-09-03 16:08:12 +08:00
parent 368cf6bdd0
commit c5de30a3c3
1 changed files with 0 additions and 4 deletions

View File

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