From ff41a614321208bbab5476ce4306c03fd1e1fb62 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 7 Dec 2025 14:49:56 +0100 Subject: [PATCH] chore(macos): clean up CLI helper subtext --- apps/macos/Sources/Clawdis/GeneralSettings.swift | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/apps/macos/Sources/Clawdis/GeneralSettings.swift b/apps/macos/Sources/Clawdis/GeneralSettings.swift index d0a6bab3d..dbe299149 100644 --- a/apps/macos/Sources/Clawdis/GeneralSettings.swift +++ b/apps/macos/Sources/Clawdis/GeneralSettings.swift @@ -125,11 +125,12 @@ struct GeneralSettings: View { .font(.caption) .foregroundStyle(.secondary) .lineLimit(2) + } else { + Text("Symlink \"clawdis-mac\" into /usr/local/bin and /opt/homebrew/bin for scripts.") + .font(.caption) + .foregroundStyle(.secondary) + .lineLimit(2) } - Text("Symlink \"clawdis-mac\" into /usr/local/bin and /opt/homebrew/bin for scripts.") - .font(.callout) - .foregroundStyle(.secondary) - .padding(.leading, 2) } }