chore(mac): add divider before session toggles

This commit is contained in:
Peter Steinberger
2025-12-09 19:14:01 +00:00
parent 0bf9a87293
commit 6329f60dff

View File

@@ -27,6 +27,7 @@ struct GeneralSettings: View {
}
VStack(alignment: .leading, spacing: 12) {
Divider()
SettingsToggleRow(
title: "Clawdis active",
subtitle: "Pause to stop the Clawdis gateway; no messages will be processed.",