This commit is contained in:
朱子楚\zhuzi
2023-04-12 00:15:38 +08:00
parent 2acb3c34bd
commit cd984fddf5
4 changed files with 28 additions and 11 deletions

View File

@ -32,6 +32,12 @@ ApplicationWindow {
clip: true
}
onActiveChanged: {
if(active){
helper.firstUpdate()
}
}
onClosing:
(event)=>{
//销毁窗口,释放资源