diff --git a/Meshtastic/Views/Nodes/Helpers/Map/WaypointForm.swift b/Meshtastic/Views/Nodes/Helpers/Map/WaypointForm.swift index 6f52c633..c227298a 100644 --- a/Meshtastic/Views/Nodes/Helpers/Map/WaypointForm.swift +++ b/Meshtastic/Views/Nodes/Helpers/Map/WaypointForm.swift @@ -38,6 +38,7 @@ struct WaypointForm: View { var body: some View { Group { if editMode { + VStack { Text((waypoint.id > 0) ? "Editing Waypoint" : "Create Waypoint") .font(.largeTitle) Divider() @@ -280,6 +281,7 @@ struct WaypointForm: View { .padding(.bottom) } } + } // VStack } else { VStack { HStack { diff --git a/README.md b/README.md index 6e838ea3..28a8e2a9 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ Each settings item has an associated deep link. No parameters are supported for | `meshtastic:///settings/telemetry` | Telemetry | | **TAK** | | | `meshtastic:///settings/tak` | TAK Config | +| **Tools** | | +| `meshtastic:///settings/tools` | Tools | | **Logging** | | | `meshtastic:///settings/debugLogs` | Debug Logs | | **Developers** | |