UPDATES: Give feedback on OS X when using the Check now button
Checking updates from the menu was giving feedback when no update was found, but checking updates from the Check now button in the options was only giving feedback if a new version was found. Now it also tell us when ScummVM is up to date.
This commit is contained in:
parent
b2581ad853
commit
58b2d0b317
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ void MacOSXUpdateManager::checkForUpdates() {
|
|||
if (sparkleUpdater == nullptr)
|
||||
return;
|
||||
|
||||
[sparkleUpdater checkForUpdatesInBackground];
|
||||
[sparkleUpdater checkForUpdates:nil];
|
||||
}
|
||||
|
||||
void MacOSXUpdateManager::setAutomaticallyChecksForUpdates(UpdateManager::UpdateState state) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue