mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
show update dialog when no plugins were updated
This commit is contained in:
-1
@@ -53,7 +53,6 @@ public class CheckForUpdateAction extends AnAction implements DumbAware {
|
||||
final CheckForUpdateResult result = UpdateChecker.checkForUpdates(instance, true);
|
||||
|
||||
final List<PluginDownloader> updatedPlugins = UpdateChecker.updatePlugins(true, hostsConfigurable, indicator);
|
||||
if (updatedPlugins == null) return;
|
||||
ApplicationManager.getApplication().invokeLater(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
||||
Reference in New Issue
Block a user