Skip to content

Commit

Permalink
Hide unnecessary popup window
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementKunz committed Nov 1, 2024
1 parent 3f45823 commit b83e14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/updater/sparkleupdater.mm
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ - (BOOL)supportsGentleScheduledUpdateReminders {
void SparkleUpdater::startInstaller() {
reset(versionInfo().downloadUrl);

[d->updater checkForUpdates];
[d->updater checkForUpdatesInBackground];
[d->spuStandardUserDriver showUpdateInFocus];
}

Expand Down

0 comments on commit b83e14f

Please sign in to comment.