mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-08 04:37:41 +08:00
update
This commit is contained in:
@ -131,7 +131,7 @@ Window {
|
||||
Item{
|
||||
data: window.appBar
|
||||
height: {
|
||||
if(window.useSystemAppBar){
|
||||
if(FluApp.useSystemAppBar){
|
||||
return 0
|
||||
}
|
||||
return window.fitsAppBarWindows ? 0 : childrenRect.height
|
||||
|
Reference in New Issue
Block a user