update
This commit is contained in:
parent
b78aaaad48
commit
4d197d2697
|
@ -51,7 +51,7 @@ FluWindow {
|
|||
MenuItem {
|
||||
text: "退出"
|
||||
onTriggered: {
|
||||
FluApp.exit()
|
||||
window.close()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -81,7 +81,7 @@ FluWindow {
|
|||
positiveText:"退出"
|
||||
neutralText:"取消"
|
||||
onPositiveClicked:{
|
||||
FluApp.exit()
|
||||
window.close()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue