ctlIME // Unhide "Edit Excluded Phrases".

This commit is contained in:
ShikiSuen 2022-04-18 01:51:53 +08:00
parent 4e76b791d8
commit f3c0a8f6cc
1 changed files with 3 additions and 3 deletions

View File

@ -99,11 +99,11 @@ extension ctlInputMethod {
menu.addItem(
withTitle: NSLocalizedString("Edit User Phrases…", comment: ""),
action: #selector(openUserPhrases(_:)), keyEquivalent: "")
menu.addItem(
withTitle: NSLocalizedString("Edit Excluded Phrases…", comment: ""),
action: #selector(openExcludedPhrases(_:)), keyEquivalent: "")
if optionKeyPressed {
menu.addItem(
withTitle: NSLocalizedString("Edit Excluded Phrases…", comment: ""),
action: #selector(openExcludedPhrases(_:)), keyEquivalent: "")
menu.addItem(
withTitle: NSLocalizedString("Edit Phrase Replacement Table…", comment: ""),
action: #selector(openPhraseReplacement(_:)), keyEquivalent: "")