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 && (