chore(mac): add divider before session toggles
parent
0bf9a87293
commit
6329f60dff
|
|
@ -27,6 +27,7 @@ struct GeneralSettings: View {
|
||||||
}
|
}
|
||||||
|
|
||||||
VStack(alignment: .leading, spacing: 12) {
|
VStack(alignment: .leading, spacing: 12) {
|
||||||
|
Divider()
|
||||||
SettingsToggleRow(
|
SettingsToggleRow(
|
||||||
title: "Clawdis active",
|
title: "Clawdis active",
|
||||||
subtitle: "Pause to stop the Clawdis gateway; no messages will be processed.",
|
subtitle: "Pause to stop the Clawdis gateway; no messages will be processed.",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue