fix(pushover notificatons): the sound setting will now be stored correctly (#1630)

fix #1614
This commit is contained in:
wolffman122
2025-05-05 14:13:46 -04:00
committed by GitHub
parent c3b8574515
commit 5fd65eb1ba

View File

@@ -100,6 +100,7 @@ const NotificationsPushover = () => {
options: {
accessToken: values.accessToken,
userToken: values.userToken,
sound: values.sound,
},
});
addToast(intl.formatMessage(messages.pushoversettingssaved), {