diff --git a/Source/Modules/SessionCtl_HandleDisplay.swift b/Source/Modules/SessionCtl_HandleDisplay.swift index 21fa69f4..8e0963bd 100644 --- a/Source/Modules/SessionCtl_HandleDisplay.swift +++ b/Source/Modules/SessionCtl_HandleDisplay.swift @@ -106,7 +106,7 @@ public extension SessionCtl { candidateUI?.tooltip = singleLine ? "⇧" : NSLocalizedString("Hold ⇧ to choose associates.", comment: "") } else if state.type == .ofInputting, state.isCandidateContainer { - let useShift = !PrefMgr.shared.autoCompositeWithLongestPossibleCassetteKey + let useShift = LMMgr.currentLM.areCassetteCandidateKeysShiftPressed let theEmoji = useShift ? "⬆️" : "⚡️" candidateUI?.tooltip = singleLine ? theEmoji : "\(theEmoji) " + NSLocalizedString("Quick Candidates", comment: "")