Skip to content

gui: Respect disabling update checks - #1519

Open
apyrgio wants to merge 1 commit into
mainfrom
1517-updates
Open

gui: Respect disabling update checks#1519
apyrgio wants to merge 1 commit into
mainfrom
1517-updates

Conversation

@apyrgio

@apyrgio apyrgio commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

If the user decides to disable update checks, we should respect their choice. The only exception should be in cases where there is no container image locally, or not bundled within Dangerzone. The current behavior is to always ask the user to enable update checks, but that is not helpful in airgapped installations.

This commit basically reinstates the v0.10.0 behavior in the should_check_for_updates function and test_user_prompts test.

Fixes #1517

If the user decides to disable update checks, we should respect their
choice. The only exception should be in cases where there is no
container image locally, or not bundled within Dangerzone. The current
behavior is to always ask the user to enable update checks, but that is
not helpful in airgapped installations.

This commit basically reinstates the v0.10.0 behavior in the
`should_check_for_updates` function and `test_user_prompts` test.

Fixes #1517
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Users who don't want sandbox updates are always prompted on startup to enable them

1 participant