This commit is contained in:
朱子楚\zhuzi 2023-12-15 22:47:22 +08:00
parent c5aad9feed
commit 5e38493403
2 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ Window {
id:layout_content
anchors.fill: parent
anchors.margins: {
if(FluTools.isWin()){
if(FluTools.isWin() && !window.useSystemAppBar){
return window.visibility === Window.Maximized ? 8 : 0
}
return 0

View File

@ -200,7 +200,7 @@ Window {
id:layout_content
anchors.fill: parent
anchors.margins: {
if(FluTools.isWin()){
if(FluTools.isWin() && !window.useSystemAppBar){
return window.visibility === Window.Maximized ? 8 : 0
}
return 0