This commit is contained in:
zhuzichu
2023-04-20 20:13:31 +08:00
parent d2929ad701
commit 6d24cbf37c
2 changed files with 14 additions and 17 deletions

View File

@ -15,6 +15,11 @@ FluWindow {
minimumWidth: 520
minimumHeight: 460
closeFunc:function(event){
close_app.open()
event.accepted = false
}
FluAppBar{
id:appbar
z:9
@ -66,14 +71,6 @@ FluWindow {
}
onClosing:
{
window.show()
window.raise()
window.requestActivate()
close_app.open()
}
FluNavigationView{
id:nav_view
anchors.fill: parent