diff options
Diffstat (limited to 'src/SetPointPage.qml')
-rw-r--r-- | src/SetPointPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SetPointPage.qml b/src/SetPointPage.qml index 234edf0..9501db4 100644 --- a/src/SetPointPage.qml +++ b/src/SetPointPage.qml @@ -12,7 +12,7 @@ Item { ConfigurationValue { id: waypointList key: "/map/waypointList" - defaultValue: "" + defaultValue: "[]" Component.onCompleted: { var waypointArray = JSON.parse(waypointList.value) if (editMode) { |