Update AppImage 1.2.1.4

This commit is contained in:
MacRimi
2026-05-30 22:14:51 +02:00
parent 4bf49675d2
commit 91ded0125e
4 changed files with 112 additions and 43 deletions

View File

@@ -422,6 +422,12 @@ export function HealthStatusModal({ open, onOpenChange, getApiUrl }: HealthStatu
// Fetch fresh data in background (non-blocking)
fetchHealthDetails().catch(() => {})
// Notify other mounted views (e.g. Settings → Active Suppressions
// panel) that the suppression set has changed so they can refresh.
try {
window.dispatchEvent(new CustomEvent("health-suppression-changed"))
} catch {}
} catch (err) {
console.error("Error dismissing:", err)
} finally {