mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-05 17:55:25 +08:00
update
This commit is contained in:
@ -32,6 +32,12 @@ ApplicationWindow {
|
||||
clip: true
|
||||
}
|
||||
|
||||
onActiveChanged: {
|
||||
if(active){
|
||||
helper.firstUpdate()
|
||||
}
|
||||
}
|
||||
|
||||
onClosing:
|
||||
(event)=>{
|
||||
//销毁窗口,释放资源
|
||||
|
Reference in New Issue
Block a user