This commit is contained in:
Anthony Calosa
2022-03-06 20:42:11 +08:00
parent 2c0fb81335
commit cc459479ee

View File

@@ -74,8 +74,8 @@ public class AssetsDownloader {
}
return;
}
SOptionPane.showMessageDialog("Could not download update. " +
"Press OK to proceed without update.", "Update Failed");
SOptionPane.showOptionDialog("Could not download update. " +
"Press OK to proceed without update.", "Update Failed", null, ImmutableList.of("Ok"));
}
}
}