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