This commit is contained in:
朱子楚\zhuzi
2023-11-30 01:12:57 +08:00
parent 394d0ab244
commit 1b3344e9f9
7 changed files with 64 additions and 54 deletions

View File

@ -131,7 +131,7 @@ Window {
Item{
data: window.appBar
height: {
if(window.useSystemAppBar){
if(FluApp.useSystemAppBar){
return 0
}
return window.fitsAppBarWindows ? 0 : childrenRect.height