diff --git a/src/FlightDisplay/PreFlightCheckList.qml b/src/FlightDisplay/PreFlightCheckList.qml index 6115e3f..1a81e06 100644 --- a/src/FlightDisplay/PreFlightCheckList.qml +++ b/src/FlightDisplay/PreFlightCheckList.qml @@ -31,6 +31,11 @@ Rectangle { } property bool allChecksPassed: false + property var vehicleCopy: activeVehicle + + onVehicleCopyChanged: { + checkListRepeater.model.reset() + } onAllChecksPassedChanged: { if (allChecksPassed) {