SessionCtl // Handle empty state when activating server.
This commit is contained in:
parent
55c469bf31
commit
1f9abfafe5
|
@ -194,6 +194,8 @@ extension SessionCtl {
|
||||||
DispatchQueue.main.async {
|
DispatchQueue.main.async {
|
||||||
(NSApp.delegate as? AppDelegate)?.updateSputnik.checkForUpdate(forced: false, url: kUpdateInfoSourceURL)
|
(NSApp.delegate as? AppDelegate)?.updateSputnik.checkForUpdate(forced: false, url: kUpdateInfoSourceURL)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
handle(state: IMEState.ofEmpty())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// 停用輸入法時,會觸發該函式。
|
/// 停用輸入法時,會觸發該函式。
|
||||||
|
|
Loading…
Reference in New Issue