1
0
Fork 0

Launcher: fix a typo

This commit is contained in:
James Turner 2020-03-23 10:06:19 +00:00
parent cb830b70ff
commit 86e81735c5

View file

@ -125,7 +125,7 @@ Item {
deletePromptText: qsTr("Remove the aircraft folder: '%1' from the list? (The folder contents will not be changed)").arg(model.path);
modelCount: _addOns.aircraftPaths.count
onPerformDelete: _addOns.aircraftPaths.removePath(model.index)
onPerformMove: _addOns.aircraftPaths.sawpIndices(model.index, newIndex);
onPerformMove: _addOns.aircraftPaths.swapIndices(model.index, newIndex);
}
}