We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db59d8a commit 932a097Copy full SHA for 932a097
src/UI/MainWindow.qml
@@ -24,7 +24,7 @@ import QGroundControl.FlightMap
24
ApplicationWindow {
25
id: mainWindow
26
visible: true
27
- // The special casing for android prevents white bars from showing up on the edges of the screen with never android versions
+ // The special casing for android prevents white bars from showing up on the edges of the screen with newer android versions
28
flags: Qt.Window | (ScreenTools.isAndroid ? Qt.ExpandedClientAreaHint | Qt.NoTitleBarBackgroundHint : 0)
29
30
property bool _utmspSendActTrigger
0 commit comments