From fca7f78cb545cd008f1674b521caeebee4e20875 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 16 Apr 2026 05:50:03 +0000 Subject: [PATCH] fix: wrap edit-mode WaypointForm content in VStack; add tools deep-link to README Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Apple/sessions/70909d6e-9ed8-4fb2-9666-f1457ed203be Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com> --- Meshtastic/Views/Nodes/Helpers/Map/WaypointForm.swift | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) 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** | |