mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
UnknownSdkEditorNotification - tune download message
GitOrigin-RevId: bbb86cfb481fd25dbe562d94e2f282ea60afe6f3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4945554109
commit
af419f09be
+1
-1
@@ -64,7 +64,7 @@ public class UnknownSdkEditorNotification implements Disposable {
|
||||
panel.setText(sdkTypeName + " \"" + sdkName + "\" is missing");
|
||||
|
||||
if (fix != null && unknownSdk != null) {
|
||||
panel.createActionLabel("Download " + sdkTypeName + " (" + fix.getDownloadDescription() + ")", () -> {
|
||||
panel.createActionLabel("Download " + fix.getDownloadDescription(), () -> {
|
||||
removeNotification(panel);
|
||||
UnknownSdkTracker.getInstance(myProject).applyDownloadableFix(unknownSdk, fix);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user