From 5a91eee11ba39418bab1eba6e7169ea8330bc816 Mon Sep 17 00:00:00 2001 From: Meik Date: Sun, 9 Nov 2025 21:11:10 +0100 Subject: [PATCH] feat: show notification panel via cog and add ntfy link copy --- src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index ad0526e..24d7240 100644 --- a/src/App.js +++ b/src/App.js @@ -1449,7 +1449,7 @@ function App() { {notificationPanelOpen && ( -
+
{notificationError && (
{notificationError} @@ -1611,7 +1611,7 @@ function App() { {notificationSaving ? 'Speichere...' : 'Benachrichtigungen speichern'}
-
+
)}