SessionCtl // Handle empty state when activating server.

This commit is contained in:
ShikiSuen 2022-10-09 20:50:09 +08:00
parent 55c469bf31
commit 1f9abfafe5
1 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,8 @@ extension SessionCtl {
DispatchQueue.main.async {
(NSApp.delegate as? AppDelegate)?.updateSputnik.checkForUpdate(forced: false, url: kUpdateInfoSourceURL)
}
handle(state: IMEState.ofEmpty())
}
///