Fixes a typo.

This commit is contained in:
zonble 2022-01-30 08:53:59 +08:00
parent 5ba7365cd3
commit 4681465a68
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class McBopomofoInputMethodController: IMKInputController {
(NSApp.delegate as? AppDelegate)?.checkForUpdate()
}
override func deactivateServer(_ sender: Any!) {
override func deactivateServer(_ client: Any!) {
keyHandler.clear()
self.handle(state: .Empty(), client: client)
self.handle(state: .Deactivated(), client: client)