ctlIME_Menu // Use IME.initLangModels() to reload user phrases.

This commit is contained in:
ShikiSuen 2022-05-04 15:23:36 +08:00
parent 2f4c993e3f
commit 668457a6b1
1 changed files with 1 additions and 2 deletions

View File

@ -345,8 +345,7 @@ extension ctlInputMethod {
} }
@objc func reloadUserPhrases(_: Any?) { @objc func reloadUserPhrases(_: Any?) {
mgrLangModel.loadUserPhrases() IME.initLangModels(userOnly: true)
mgrLangModel.loadUserPhraseReplacement()
} }
@objc func showAbout(_: Any?) { @objc func showAbout(_: Any?) {