From 1ae0b44bc5f5419cc9f09ec5371e4a1630576d5d Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 7 Dec 2025 05:46:47 +0100 Subject: [PATCH] fix(health): reveal logs alerts when missing; align actions --- apps/macos/Sources/Clawdis/GeneralSettings.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/macos/Sources/Clawdis/GeneralSettings.swift b/apps/macos/Sources/Clawdis/GeneralSettings.swift index 37d1713cf..d0a6bab3d 100644 --- a/apps/macos/Sources/Clawdis/GeneralSettings.swift +++ b/apps/macos/Sources/Clawdis/GeneralSettings.swift @@ -187,7 +187,7 @@ struct GeneralSettings: View { .foregroundStyle(.secondary) } - HStack(spacing: 10) { + HStack(spacing: 12) { Button { Task { await self.healthStore.refresh(onDemand: true) } } label: { @@ -199,6 +199,8 @@ struct GeneralSettings: View { } .disabled(self.healthStore.isRefreshing) + Divider().frame(height: 18) + Button { self.revealLogs() } label: {