ctlIME_Menu // Use IME.initLangModels() to reload user phrases.
This commit is contained in:
parent
2f4c993e3f
commit
668457a6b1
|
@ -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?) {
|
||||||
|
|
Loading…
Reference in New Issue