1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Projucer: Don't trigger background version check when it has been explicitly disabled

This commit is contained in:
ed 2020-10-06 14:44:11 +01:00
parent f61edf4c09
commit d5497ab01a

View file

@ -112,7 +112,7 @@ Project::Project (const File& f)
updateJUCEPathWarning();
getGlobalProperties().addChangeListener (this);
if (! app.isRunningCommandLine)
if (! app.isRunningCommandLine && app.isAutomaticVersionCheckingEnabled())
LatestVersionCheckerAndUpdater::getInstance()->checkForNewVersion (true);
}