From c49e270315ccb18aa245691e92a71a7a0d52e30a Mon Sep 17 00:00:00 2001 From: Meik Date: Tue, 11 Nov 2025 09:36:10 +0100 Subject: [PATCH] ntfy fix --- src/components/NotificationPanel.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/components/NotificationPanel.js b/src/components/NotificationPanel.js index fddcc50..153405e 100644 --- a/src/components/NotificationPanel.js +++ b/src/components/NotificationPanel.js @@ -72,16 +72,6 @@ const NotificationPanel = ({ disabled={!settings.ntfy.enabled} /> - {capabilities.ntfy.serverUrl && ( -

- Server: {capabilities.ntfy.serverUrl} (vom Admin festgelegt) -

- )} - {capabilities.ntfy.topicPrefix && ( -

- Präfix: {capabilities.ntfy.topicPrefix} (Topic wird direkt angehängt) -

- )} {ntfyPreviewUrl && (