mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
[Backport release-10.x] Don't show progress dialog when automatically checking for updates (#5082)
This commit is contained in:
commit
d660ede75c
1 changed files with 3 additions and 1 deletions
|
|
@ -94,7 +94,9 @@ void PrismExternalUpdater::checkForUpdates(bool triggeredByUser)
|
|||
QProgressDialog progress(tr("Checking for updates..."), "", 0, 0, priv->parent);
|
||||
progress.setCancelButton(nullptr);
|
||||
progress.adjustSize();
|
||||
progress.show();
|
||||
if (triggeredByUser) {
|
||||
progress.show();
|
||||
}
|
||||
QCoreApplication::processEvents();
|
||||
|
||||
QProcess proc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue