settings: clarify pause toggles gateway messaging

This commit is contained in:
Peter Steinberger 2025-12-09 17:40:59 +00:00
parent 0e519431de
commit e40e54da68

View File

@ -28,7 +28,7 @@ struct GeneralSettings: View {
VStack(alignment: .leading, spacing: 12) {
SettingsToggleRow(
title: "Clawdis active",
subtitle: "Pause to stop Clawdis background helpers and notifications.",
subtitle: "Pause to stop the Clawdis gateway; no messages will be processed.",
binding: self.activeBinding)
self.connectionSection