From d2c817877245c444661eadfd496aceb667bd3d5c Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 24 Mar 2026 17:34:05 +0100 Subject: [PATCH] Update notification service --- AppImage/components/health-status-modal.tsx | 2 +- AppImage/scripts/health_monitor.py | 22 ++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/AppImage/components/health-status-modal.tsx b/AppImage/components/health-status-modal.tsx index a250c018..04860138 100644 --- a/AppImage/components/health-status-modal.tsx +++ b/AppImage/components/health-status-modal.tsx @@ -517,7 +517,7 @@ export function HealthStatusModal({ open, onOpenChange, getApiUrl }: HealthStatu )}
- {(checkStatus === "WARNING" || checkStatus === "CRITICAL") && isDismissable && !checkData.dismissed && ( + {(checkStatus === "WARNING" || checkStatus === "CRITICAL" || checkStatus === "UNKNOWN") && isDismissable && !checkData.dismissed && (