SessionCtl // Check memory usage on activateServer().
This commit is contained in:
parent
38713d4aa9
commit
89dd798771
|
@ -202,6 +202,7 @@ extension SessionCtl {
|
|||
|
||||
DispatchQueue.main.async {
|
||||
UpdateSputnik.shared.checkForUpdate(forced: false, url: kUpdateInfoSourceURL)
|
||||
(NSApp.delegate as? AppDelegate)?.checkMemoryUsage()
|
||||
}
|
||||
|
||||
state = IMEState.ofEmpty()
|
||||
|
|
Loading…
Reference in New Issue