From 5fd65eb1ba4e8f383e8a11cb1004acc3bace26c0 Mon Sep 17 00:00:00 2001 From: wolffman122 Date: Mon, 5 May 2025 14:13:46 -0400 Subject: [PATCH] fix(pushover notificatons): the sound setting will now be stored correctly (#1630) fix #1614 --- .../Settings/Notifications/NotificationsPushover/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Settings/Notifications/NotificationsPushover/index.tsx b/src/components/Settings/Notifications/NotificationsPushover/index.tsx index f62a67064..fb2f307bf 100644 --- a/src/components/Settings/Notifications/NotificationsPushover/index.tsx +++ b/src/components/Settings/Notifications/NotificationsPushover/index.tsx @@ -100,6 +100,7 @@ const NotificationsPushover = () => { options: { accessToken: values.accessToken, userToken: values.userToken, + sound: values.sound, }, }); addToast(intl.formatMessage(messages.pushoversettingssaved), {