mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-202957 New Plugins dialog: 503 server error causes two error dialogs - one after settings dialog is closed
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@ public class PluginDownloader {
|
||||
}
|
||||
String text = IdeBundle.message("error.plugin.was.not.installed", getPluginName(), errorMessage);
|
||||
String title = IdeBundle.message("title.failed.to.download");
|
||||
app.invokeLater(() -> Messages.showErrorDialog(text, title));
|
||||
app.invokeLater(() -> Messages.showErrorDialog(text, title), ModalityState.any());
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user