AppDelegate // DispatchQueue the userdata loading when finish launching.
This commit is contained in:
parent
5f078d7c40
commit
f11063fbb0
|
@ -64,7 +64,10 @@ class AppDelegate: NSObject, NSApplicationDelegate, ctlNonModalAlertWindowDelega
|
||||||
}
|
}
|
||||||
|
|
||||||
func applicationDidFinishLaunching(_: Notification) {
|
func applicationDidFinishLaunching(_: Notification) {
|
||||||
IME.initLangModels(userOnly: false)
|
DispatchQueue.main.asyncAfter(deadline: DispatchTime.now()) {
|
||||||
|
IME.initLangModels(userOnly: false)
|
||||||
|
}
|
||||||
|
|
||||||
fsStreamHelper.delegate = self
|
fsStreamHelper.delegate = self
|
||||||
_ = fsStreamHelper.start()
|
_ = fsStreamHelper.start()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue