This commit is contained in:
朱子楚\zhuzi 2024-04-25 00:08:18 +08:00
parent d2fdd08604
commit 24fdff7e35

View File

@ -56,7 +56,9 @@ QtObject {
var launchMode = win.launchMode
if(launchMode === 1){
win.argument = argument
win.show()
if(!win.visible){
win.visible = true
}
win.raise()
win.requestActivate()
return