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:
parent
f61edf4c09
commit
d5497ab01a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue