mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #23941] issue: Notification Sound Always On. #35648
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @carlvon1800 on GitHub (Apr 21, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23941
Check Existing Issues
Installation Method
Other
Open WebUI Version
0.9.1
Ollama Version (if applicable)
No response
Operating System
Debian 13
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Notification sound when selected off by the user should not make a sound.
Actual Behavior
Notification sounds seems on at all times.
Steps to Reproduce
Turn off notification sound. Then run a request.
Logs & Screenshots
NA
Additional Information
No response
@Classic298 commented on GitHub (Apr 21, 2026):
Confirmed bug. In src/routes/+layout.svelte the completion-sound path only checks notificationSoundAlways, not notificationSound. If you had "Always Play Notification Sound" enabled at any point and then turned off the main "Notification Sound" toggle, the nested setting's value is still stored as true (and the UI hides it, so you can't see it's on).
As a workaround until this is patched:
Toggle it off via the UI:
@carlvon1800 commented on GitHub (Apr 21, 2026):
Applied fix, Turned off the nested option and then turned off the main option. Still audio on each response.
@tjbck commented on GitHub (Apr 24, 2026):
Likely addressed in dev.