We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb9933 commit 99fd25cCopy full SHA for 99fd25c
public/uploads/notification/gotify.png
79.8 KB
src/components/NotificationSystem.tsx
@@ -48,6 +48,11 @@ const NotificationSystem = () => {
48
logo: "/uploads/notification/notifiarr.png",
49
alt: "Notifiarr notifications"
50
},
51
+ {
52
+ name: "Gotify",
53
+ logo: "/uploads/notification/gotify.png",
54
+ alt: "Gotify notifications"
55
+ },
56
{
57
name: "Webhook",
58
logo: "/uploads/notification/webhook.png",
0 commit comments