mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-06 02:15:23 +08:00
update
This commit is contained in:
@ -65,6 +65,9 @@ Window {
|
||||
}
|
||||
Component.onCompleted: {
|
||||
useSystemAppBar = FluApp.useSystemAppBar
|
||||
if(!useSystemAppBar){
|
||||
loader_frameless.sourceComponent = com_frameless
|
||||
}
|
||||
lifecycle.onCompleted(window)
|
||||
initArgument(argument)
|
||||
if(window.autoMaximize){
|
||||
@ -89,7 +92,7 @@ Window {
|
||||
}
|
||||
}
|
||||
FluLoader{
|
||||
sourceComponent: window.useSystemAppBar ? undefined : com_frameless
|
||||
id:loader_frameless
|
||||
}
|
||||
QtObject{
|
||||
id:d
|
||||
|
Reference in New Issue
Block a user