File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ ApplicationWindow {
4141 id: mainWindow
4242 objectName: ' mainWindow'
4343 visible: true
44- flags: Qt .platform .os === " ios" || Qt .platform .os === " android" ? Qt .ExpandedClientAreaHint | Qt .NoTitleBarBackgroundHint : Qt .Window | Qt .WindowTitleHint | Qt .WindowSystemMenuHint | Qt .WindowMinMaxButtonsHint | Qt .WindowCloseButtonHint | (sceneBorderless ? Qt .FramelessWindowHint : 0 )
44+ flags: Qt .platform .os === " ios" || Qt .platform .os === " android" ? Qt .Window | Qt . ExpandedClientAreaHint | Qt .NoTitleBarBackgroundHint : Qt .Window | Qt .WindowTitleHint | Qt .WindowSystemMenuHint | Qt .WindowMinMaxButtonsHint | Qt .WindowCloseButtonHint | (sceneBorderless ? Qt .FramelessWindowHint : 0 )
4545
4646 topPadding: 0
4747 bottomPadding: 0
You can’t perform that action at this time.
0 commit comments