forked from I2P_Developers/i2p.i2p
unhide plugins, fix d/l status display
This commit is contained in:
@@ -41,7 +41,7 @@ public class PluginStarter implements Runnable {
|
||||
}
|
||||
|
||||
static boolean pluginsEnabled(I2PAppContext ctx) {
|
||||
return Boolean.valueOf(ctx.getProperty("router.enablePlugins")).booleanValue();
|
||||
return Boolean.valueOf(ctx.getProperty("router.enablePlugins", "true")).booleanValue();
|
||||
}
|
||||
|
||||
public void run() {
|
||||
|
||||
Reference in New Issue
Block a user