This commit is contained in:
朱子楚\zhuzi
2023-11-02 23:02:08 +08:00
parent eef46a2dac
commit fa77ed6163
43 changed files with 111 additions and 115 deletions

View File

@ -247,7 +247,7 @@ FluWindow {
}
}
Loader{
FluLoader{
id:loader_reveal
anchors.fill: parent
}

View File

@ -19,7 +19,7 @@ FluWindow {
window.title = arg.title
loader.setSource( arg.url,{animDisabled:true})
}
Loader{
FluLoader{
id: loader
anchors.fill: parent
}