mac: inline gateway status row

This commit is contained in:
Peter Steinberger
2025-12-10 02:46:59 +01:00
parent 1839c144fa
commit c4f0236ec0

View File

@@ -59,7 +59,7 @@ struct DebugSettings: View {
}
LabeledContent("Binary path") { Text(Bundle.main.bundlePath).font(.footnote) }
LabeledContent("Gateway status") {
VStack(alignment: .leading, spacing: 2) {
HStack(spacing: 6) {
Text(self.gatewayManager.status.label)
Text("Restarts: \(self.gatewayManager.restartCount)")
.font(.caption2)