We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a6321 commit 10aca11Copy full SHA for 10aca11
1 file changed
Source/UI/PluginInstaller.cpp
@@ -483,15 +483,15 @@ void PluginInstallerComponent::run()
483
checkForUpdates = false;
484
}
485
486
- if(updatablePlugins.size() > 0)
+ /*if (updatablePlugins.size() > 0)
487
{
488
const String updatemsg = "Some of your plugins have updates available! "
489
"Please update them to get the latest features and bug-fixes.";
490
491
AlertWindow::showMessageBoxAsync(AlertWindow::AlertIconType::InfoIcon,
492
"Updates Available",
493
updatemsg, "OK", this);
494
- }
+ }*/
495
496
497
void PluginInstallerComponent::buttonClicked(Button* button)
0 commit comments