SessionCtl // Check memory usage on activateServer().

This commit is contained in:
ShikiSuen 2022-11-18 16:11:24 +08:00
parent 38713d4aa9
commit 89dd798771
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ extension SessionCtl {
DispatchQueue.main.async { DispatchQueue.main.async {
UpdateSputnik.shared.checkForUpdate(forced: false, url: kUpdateInfoSourceURL) UpdateSputnik.shared.checkForUpdate(forced: false, url: kUpdateInfoSourceURL)
(NSApp.delegate as? AppDelegate)?.checkMemoryUsage()
} }
state = IMEState.ofEmpty() state = IMEState.ofEmpty()