This commit is contained in:
朱子楚\zhuzi 2024-03-24 12:45:34 +08:00
parent 3257f59c68
commit 0ca486dfa1
4 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ Window {
if(autoDestory){ if(autoDestory){
destoryOnClose() destoryOnClose()
}else{ }else{
visible = false window.visibility = Window.Hidden
event.accepted = false event.accepted = false
} }
} }

View File

@ -21,7 +21,7 @@ FluWindow {
} }
} }
closeListener: function(event){ closeListener: function(event){
visible = false control.visibility = Window.Hidden
event.accepted = false event.accepted = false
} }
Connections{ Connections{

View File

@ -51,7 +51,7 @@ Window {
if(autoDestory){ if(autoDestory){
destoryOnClose() destoryOnClose()
}else{ }else{
visible = false window.visibility = Window.Hidden
event.accepted = false event.accepted = false
} }
} }

View File

@ -21,7 +21,7 @@ FluWindow {
} }
} }
closeListener: function(event){ closeListener: function(event){
visible = false control.visibility = Window.Hidden
event.accepted = false event.accepted = false
} }
Connections{ Connections{