mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[platform] force restart on update (IDEA-161180)
This commit is contained in:
+1
-1
@@ -221,7 +221,7 @@ class UpdateInfoDialog extends AbstractUpdateDialog {
|
||||
|
||||
ApplicationEx app = ApplicationManagerEx.getApplicationEx();
|
||||
if (ApplicationManager.getApplication().isRestartCapable()) {
|
||||
app.invokeLater(() -> ((ApplicationImpl)app).exit(false, true, true, command));
|
||||
app.invokeLater(() -> ((ApplicationImpl)app).exit(true, true, true, command));
|
||||
}
|
||||
else {
|
||||
showPatchInstructions(command);
|
||||
|
||||
Reference in New Issue
Block a user