From 99df2ef429a63f86c399e8395b6700892f213c13 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 9 Dec 2025 19:14:01 +0000 Subject: [PATCH] chore(mac): add divider before session toggles --- apps/macos/Sources/Clawdis/GeneralSettings.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/macos/Sources/Clawdis/GeneralSettings.swift b/apps/macos/Sources/Clawdis/GeneralSettings.swift index 28872a5e0..328b4e13b 100644 --- a/apps/macos/Sources/Clawdis/GeneralSettings.swift +++ b/apps/macos/Sources/Clawdis/GeneralSettings.swift @@ -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.",