mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-22 10:40:10 +08:00
fix bug
This commit is contained in:
parent
d2fdd08604
commit
24fdff7e35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user