Make the half-width punctuations toggle work again

This commit is contained in:
Lukhnos Liu 2022-02-13 19:22:45 -08:00
parent 5d6659ef19
commit c2f45c2060
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class McBopomofoInputMethodController: IMKInputController {
}
@objc func toggleHalfWidthPunctuation(_ sender: Any?) {
let enabled = Preferences.togglePhraseReplacementEnabled()
let enabled = Preferences.toggleHalfWidthPunctuationEnabled()
NotifierController.notify(message: enabled ? NSLocalizedString("Half-Width Punctuation On", comment: "") : NSLocalizedString("Half-Width Punctuation Off", comment: ""))
}