mac: inline gateway status row
This commit is contained in:
@@ -59,7 +59,7 @@ struct DebugSettings: View {
|
|||||||
}
|
}
|
||||||
LabeledContent("Binary path") { Text(Bundle.main.bundlePath).font(.footnote) }
|
LabeledContent("Binary path") { Text(Bundle.main.bundlePath).font(.footnote) }
|
||||||
LabeledContent("Gateway status") {
|
LabeledContent("Gateway status") {
|
||||||
VStack(alignment: .leading, spacing: 2) {
|
HStack(spacing: 6) {
|
||||||
Text(self.gatewayManager.status.label)
|
Text(self.gatewayManager.status.label)
|
||||||
Text("Restarts: \(self.gatewayManager.restartCount)")
|
Text("Restarts: \(self.gatewayManager.restartCount)")
|
||||||
.font(.caption2)
|
.font(.caption2)
|
||||||
|
|||||||
Reference in New Issue
Block a user