From 6329f60dff6d29a76bcb28138ba7612d8fc69182 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.",