chore(mac): rename relay root label to Clawdis project root
parent
ff36375581
commit
b25b72ae19
|
|
@ -2823,7 +2823,7 @@ struct DebugSettings: View {
|
||||||
.overlay(RoundedRectangle(cornerRadius: 6).stroke(Color.secondary.opacity(0.2)))
|
.overlay(RoundedRectangle(cornerRadius: 6).stroke(Color.secondary.opacity(0.2)))
|
||||||
}
|
}
|
||||||
VStack(alignment: .leading, spacing: 6) {
|
VStack(alignment: .leading, spacing: 6) {
|
||||||
Text("Relay project root")
|
Text("Clawdis project root")
|
||||||
.font(.caption.weight(.semibold))
|
.font(.caption.weight(.semibold))
|
||||||
HStack(spacing: 8) {
|
HStack(spacing: 8) {
|
||||||
TextField("Path to clawdis repo", text: self.$relayRootInput)
|
TextField("Path to clawdis repo", text: self.$relayRootInput)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue