|
@@ -889,8 +889,12 @@ extension KMHomeViewController {
|
|
|
windowVC.window?.becomeMain()
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- windowVC.window?.center()
|
|
|
+ if windowVC.window?.isVisible == true && windowVC.didSetOriginFrame == true {
|
|
|
+
|
|
|
+ } else {
|
|
|
+ windowVC.window?.center()
|
|
|
+ windowVC.didSetOriginFrame = true
|
|
|
+ }
|
|
|
windowVC.eventLabel = "AITools_Onboard"
|
|
|
windowVC.showWindow(nil)
|
|
|
}
|