mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
update checker: correct trigger initialization
This commit is contained in:
+1
-1
@@ -501,8 +501,8 @@ public final class UpdateChecker {
|
||||
}
|
||||
};
|
||||
dialog.setShowConfirmation(showConfirmation);
|
||||
dialog.show();
|
||||
ourUpdateInfoDialogShown = true;
|
||||
dialog.show();
|
||||
} else if (alwaysShowResults) {
|
||||
final String title = IdeBundle.message("updates.info.dialog.title");
|
||||
final String message = "You already have the latest version of " + ApplicationInfo.getInstance().getVersionName() + " installed.<br> " +
|
||||
|
||||
Reference in New Issue
Block a user