Skip to content

Commit 10aca11

Browse files
committed
Don't show message about available plugin updates
1 parent e6a6321 commit 10aca11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/UI/PluginInstaller.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,15 +483,15 @@ void PluginInstallerComponent::run()
483483
checkForUpdates = false;
484484
}
485485

486-
if(updatablePlugins.size() > 0)
486+
/*if (updatablePlugins.size() > 0)
487487
{
488488
const String updatemsg = "Some of your plugins have updates available! "
489489
"Please update them to get the latest features and bug-fixes.";
490490
491491
AlertWindow::showMessageBoxAsync(AlertWindow::AlertIconType::InfoIcon,
492492
"Updates Available",
493493
updatemsg, "OK", this);
494-
}
494+
}*/
495495
}
496496

497497
void PluginInstallerComponent::buttonClicked(Button* button)

0 commit comments

Comments
 (0)