forked from I2P_Developers/i2p.i2p
unhide plugins, fix d/l status display
This commit is contained in:
@ -74,7 +74,7 @@ public class PluginUpdateChecker extends UpdateHandler {
|
||||
_appName = appName;
|
||||
_oldVersion = oldVersion;
|
||||
System.setProperty(PROP_UPDATE_IN_PROGRESS, "true");
|
||||
I2PAppThread update = new I2PAppThread(_pluginUpdateCheckerRunner, "AppChecker");
|
||||
I2PAppThread update = new I2PAppThread(_pluginUpdateCheckerRunner, "AppChecker", true);
|
||||
update.start();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user