update mobile timestamp check

This commit is contained in:
Anthony Calosa
2024-10-28 12:07:22 +08:00
parent e97b77cc8f
commit b807c604e3
2 changed files with 34 additions and 43 deletions

View File

@@ -155,7 +155,7 @@ public class AutoUpdater {
}
}
catch (Exception e) {
e.printStackTrace();
SOptionPane.showOptionDialog(e.getMessage(), localizer.getMessage("lblError"), null, ImmutableList.of("Ok"));
return false;
}
// If version doesn't match, it's assummably newer.