Launcher: fix a typo
This commit is contained in:
parent
cb830b70ff
commit
86e81735c5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue