Originally created by @cjccjj on GitHub (Jun 17, 2025).
Check Existing Issues
I have searched the existing issues and discussions.
Problem Description
The "Update Info" button, which notifies users that a new version is available, is currently shown to all users. However, informing regular users that a new version is available (but not installed yet and with nothing they can do about it) offers little to no value. When updates are frequent, this notification becomes a distraction for normal users.
Desired Solution you'd like
Do not show it too all users but only admins.
Alternatives Considered
No response
Additional Context
No response
Originally created by @cjccjj on GitHub (Jun 17, 2025).
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
### Problem Description
The **"Update Info"** button, which notifies users that a new version is available, is currently shown to all users. However, informing regular users that a new version is available (but not installed yet and with nothing they can do about it) offers little to no value. When updates are frequent, this notification becomes a distraction for normal users.
### Desired Solution you'd like
Do not show it too all users but only admins.
### Alternatives Considered
_No response_
### Additional Context
_No response_
Hm i am pretty sure this is already only shown to admins
But as a workaround you can optionally enable OFFLINE_MODE which disables these notifications
@Classic298 commented on GitHub (Jun 17, 2025):
Hm i am pretty sure this is already only shown to admins
But as a workaround you can optionally enable OFFLINE_MODE which disables these notifications
Hm i am pretty sure this is already only shown to admins
But as a workaround you can optionally enable OFFLINE_MODE which disables these notifications
My bad. I must have been mistaken while switching back and forth between admin and user roles. I took a quick look at the code before posting the issue, where it does not check the user role. However, the checkForVersionUpdates call does verify the user role earlier.
@cjccjj commented on GitHub (Jun 17, 2025):
> Hm i am pretty sure this is already only shown to admins
>
> But as a workaround you can optionally enable OFFLINE_MODE which disables these notifications
My bad. I must have been mistaken while switching back and forth between admin and user roles. I took a quick look at the code before posting the issue, where it does not check the user role. However, the checkForVersionUpdates call does verify the user role earlier.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @cjccjj on GitHub (Jun 17, 2025).
Check Existing Issues
Problem Description
The "Update Info" button, which notifies users that a new version is available, is currently shown to all users. However, informing regular users that a new version is available (but not installed yet and with nothing they can do about it) offers little to no value. When updates are frequent, this notification becomes a distraction for normal users.
Desired Solution you'd like
Do not show it too all users but only admins.
Alternatives Considered
No response
Additional Context
No response
@Classic298 commented on GitHub (Jun 17, 2025):
Hm i am pretty sure this is already only shown to admins
But as a workaround you can optionally enable OFFLINE_MODE which disables these notifications
@cjccjj commented on GitHub (Jun 17, 2025):
My bad. I must have been mistaken while switching back and forth between admin and user roles. I took a quick look at the code before posting the issue, where it does not check the user role. However, the checkForVersionUpdates call does verify the user role earlier.