Skip to content

Commit 932a097

Browse files
DonLakeFlyerCopilot
andcommitted
Update src/UI/MainWindow.qml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent db59d8a commit 932a097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UI/MainWindow.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import QGroundControl.FlightMap
2424
ApplicationWindow {
2525
id: mainWindow
2626
visible: true
27-
// The special casing for android prevents white bars from showing up on the edges of the screen with never android versions
27+
// The special casing for android prevents white bars from showing up on the edges of the screen with newer android versions
2828
flags: Qt.Window | (ScreenTools.isAndroid ? Qt.ExpandedClientAreaHint | Qt.NoTitleBarBackgroundHint : 0)
2929

3030
property bool _utmspSendActTrigger

0 commit comments

Comments
 (0)