mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
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>
This commit is contained in:
parent
3c4027cf2d
commit
fca7f78cb5
2 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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** | |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue