mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-22 19:00:07 +08:00
fix bug
This commit is contained in:
parent
d2fdd08604
commit
24fdff7e35
@ -56,7 +56,9 @@ QtObject {
|
|||||||
var launchMode = win.launchMode
|
var launchMode = win.launchMode
|
||||||
if(launchMode === 1){
|
if(launchMode === 1){
|
||||||
win.argument = argument
|
win.argument = argument
|
||||||
win.show()
|
if(!win.visible){
|
||||||
|
win.visible = true
|
||||||
|
}
|
||||||
win.raise()
|
win.raise()
|
||||||
win.requestActivate()
|
win.requestActivate()
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user