From 9554a8a19a0aaaf126121d2b41ed93bbe465ebf3 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Mon, 1 Sep 2025 21:58:11 +0000 Subject: [PATCH] fix: clarify update settings to indicate manual installation required (addresses #404) The "Auto-Update" setting was misleading users into thinking Pulse would automatically install updates. Changed the UI text to clarify that: - The setting only controls automatic checking for updates - Installation is always manual based on deployment type (ProxmoxVE users type 'update', Docker users pull new image, etc.) - This is by design for security reasons as documented in CLAUDE.md --- frontend-modern/src/components/Settings/Settings.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend-modern/src/components/Settings/Settings.tsx b/frontend-modern/src/components/Settings/Settings.tsx index 8af827fec..18d48d231 100644 --- a/frontend-modern/src/components/Settings/Settings.tsx +++ b/frontend-modern/src/components/Settings/Settings.tsx @@ -1542,9 +1542,9 @@ const Settings: Component = () => {
- +

- Automatically install updates when available + Automatically check for updates (installation is manual)