mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #15298] [CLOSED] feat: hide update check in OFFLINE_MODE #127443
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15298
Author: @guenhter
Created: 6/25/2025
Status: ❌ Closed
Base:
dev← Head:hide-update-check📝 Commits (1)
1d1d689feat: suppress updatecheck in OFFLINE_MODE📊 Changes
4 files changed (+23 additions, -17 deletions)
View changed files
📝
backend/open_webui/main.py(+1 -0)📝
src/lib/components/admin/Settings/General.svelte(+11 -9)📝
src/lib/components/chat/Settings/About.svelte(+10 -8)📝
src/lib/stores/index.ts(+1 -0)📄 Description
When the OFFLINE_MODE is activated, both update-check-buttons are not longer displayed.
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
When the
OFFLINE_MODEsetting is set to true, this disables Open WebUI's network connections for update checks and automatic model downloads. In this PR, the "Check for Update" buttons from the UI are also hidden if theOFFLINE_MODEis activated.Changed
Screenshots or Videos
This is on
OFFLINE_MODE=falseand this on


OFFLINE_MODE=trueContributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.