forked from I2P_Developers/i2p.i2p
/configclients:
- Re-enable plugin installation by default - Don't show configuration section or update-all button if no plugins installed
This commit is contained in:
@ -59,7 +59,7 @@ public class ConfigClientsHandler extends FormHandler {
|
||||
}
|
||||
if (_action.equals(_("Install Plugin"))) {
|
||||
if (pluginsEnabled &&
|
||||
(_context.getBooleanProperty(ConfigClientsHelper.PROP_ENABLE_PLUGIN_INSTALL) ||
|
||||
(_context.getBooleanPropertyDefaultTrue(ConfigClientsHelper.PROP_ENABLE_PLUGIN_INSTALL) ||
|
||||
isAdvanced()))
|
||||
installPlugin();
|
||||
else
|
||||
|
Reference in New Issue
Block a user