1
0
Fork 0

Remove an obsolete comment

This commit is contained in:
James Turner 2020-07-13 14:29:04 +01:00
parent 3993fc7d35
commit 1c1a41ed22

View file

@ -147,8 +147,6 @@ Item {
font.pixelSize: Style.headingFontPixelSize
}
// TODO - make clickable, jump to to the aircraft in the installed
// aircraft list
ClickableText {
text: _launcher.selectedAircraftInfo.name === "" ?
qsTr("No aircraft selected") : _launcher.selectedAircraftInfo.name