macOS: update config settings copy
This commit is contained in:
@@ -35,7 +35,7 @@ struct ConfigSettings: View {
|
|||||||
VStack(alignment: .leading, spacing: 14) {
|
VStack(alignment: .leading, spacing: 14) {
|
||||||
Text("Clawdis CLI config")
|
Text("Clawdis CLI config")
|
||||||
.font(.title3.weight(.semibold))
|
.font(.title3.weight(.semibold))
|
||||||
Text("Edit ~/.clawdis/clawdis.json (inbound.reply.agent/session).")
|
Text("Edit ~/.clawdis/clawdis.json (inbound.agent / inbound.session).")
|
||||||
.font(.callout)
|
.font(.callout)
|
||||||
.foregroundStyle(.secondary)
|
.foregroundStyle(.secondary)
|
||||||
|
|
||||||
@@ -110,7 +110,7 @@ struct ConfigSettings: View {
|
|||||||
}
|
}
|
||||||
.help("Message body sent on each heartbeat")
|
.help("Message body sent on each heartbeat")
|
||||||
}
|
}
|
||||||
Text("Heartbeats keep Pi sessions warm; 0 minutes disables them.")
|
Text("Heartbeats keep agent sessions warm; 0 minutes disables them.")
|
||||||
.font(.footnote)
|
.font(.footnote)
|
||||||
.foregroundStyle(.secondary)
|
.foregroundStyle(.secondary)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user