mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
feat: Toggle to Show/Hide Update Alerts #6433
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 @17jmumford on GitHub (Sep 17, 2025).
Check Existing Issues
Problem Description
Every time Open WebUI updates, it throws up a notification toast for hundreds of our users. This often adds stress and anxiety for them, as they assume they are doing something wrong and missed doing an update.
Desired Solution you'd like
Would be nice to have a simple toggle in the admin settings (either in General or Interface) that allows you to silence those toasts.
Alternatives Considered
Obviously it's important to stay up to date. But since Open WebUI updates so frequently, we find ourselves getting the toast notification all the time.
Additional Context
No response
@ShirasawaSama commented on GitHub (Sep 18, 2025):
In fact, only administrators can receive notifications for the new version. Additionally, there is an option in user settings to disable this toast notification.
@tjbck commented on GitHub (Sep 18, 2025):
@ShirasawaSama is correct here.
@17jmumford commented on GitHub (Sep 18, 2025):
@ShirasawaSama Thank you for clarifying. I sometimes lose track of which things are unique to admins vs normal users. thank you!