fix(mac): add divider below context
This commit is contained in:
parent
9be3394bac
commit
82634dfe3b
@ -27,6 +27,7 @@ struct MenuContent: View {
|
||||
self.statusLine(label: self.healthStatus.label, color: self.healthStatus.color)
|
||||
}
|
||||
}
|
||||
Divider()
|
||||
Toggle(isOn: self.heartbeatsBinding) {
|
||||
VStack(alignment: .leading, spacing: 2) {
|
||||
Text("Send Heartbeats")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user