Skip to content

Add Silent Mode option to AutoUpdater #746

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LegendTheDeveloper
Copy link

Introduces a 'Silent' property to AutoUpdater for hiding the download dialog. When enabled, the DownloadUpdateDialog is minimized, hidden from the taskbar, and not visible, allowing updates to proceed without user interaction.

Now you can enable Silent Mode with AutoUpdater.Silent = true;

Introduces a 'Silent' property to AutoUpdater for hiding the download dialog. When enabled, the DownloadUpdateDialog is minimized, hidden from the taskbar, and not visible, allowing updates to proceed without user interaction.
@Copilot Copilot AI review requested due to automatic review settings August 9, 2025 05:20
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a Silent Mode feature to the AutoUpdater library that allows updates to proceed without showing the download dialog to users. The feature is controlled by a new Silent property that, when enabled, hides the download dialog interface.

  • Adds a new Silent static property to the AutoUpdater class
  • Modifies the DownloadUpdateDialog constructor to hide the dialog when Silent mode is enabled

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
AutoUpdater.cs Adds the new Silent boolean property with documentation
DownloadUpdateDialog.cs Implements silent mode behavior by hiding the dialog when the property is enabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant