SessionCtl // Prompt cassette mode in TDK candidate window.
This commit is contained in:
parent
0b8a61d1ad
commit
23e02b9132
|
@ -98,6 +98,11 @@ extension SessionCtl {
|
||||||
name: PrefMgr.shared.candidateTextFontName, size: PrefMgr.shared.candidateListTextSize
|
name: PrefMgr.shared.candidateTextFontName, size: PrefMgr.shared.candidateListTextSize
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if PrefMgr.shared.cassetteEnabled {
|
||||||
|
ctlCandidateCurrent.tooltip =
|
||||||
|
isVerticalTyping ? "📼" : "📼 " + NSLocalizedString("CIN Cassette Mode", comment: "")
|
||||||
|
}
|
||||||
|
|
||||||
if state.type == .ofAssociates {
|
if state.type == .ofAssociates {
|
||||||
ctlCandidateCurrent.tooltip =
|
ctlCandidateCurrent.tooltip =
|
||||||
isVerticalTyping ? "⇧" : NSLocalizedString("Hold ⇧ to choose associates.", comment: "")
|
isVerticalTyping ? "⇧" : NSLocalizedString("Hold ⇧ to choose associates.", comment: "")
|
||||||
|
|
Loading…
Reference in New Issue