forked from I2P_Developers/i2p.i2p
* Update:
- Change default to "Download and verify"
- Change news fetch default to 24h (was 12h)
This commit is contained in:
@@ -166,6 +166,8 @@ public class UpdateHandler {
|
||||
} else {
|
||||
_log.log(Log.CRIT, "Update was VERIFIED, will be installed at next restart");
|
||||
_status = "<b>Update downloaded</b><br />Click Restart to Install";
|
||||
if (up.newVersion() != null)
|
||||
_status += " Version " + up.newVersion();
|
||||
}
|
||||
} else {
|
||||
err = err + " from " + url;
|
||||
|
||||
Reference in New Issue
Block a user