forked from I2P_Developers/i2p.i2p
* Console: Don't display 'unsupported' message on some config pages when restart/shutdown buttons clicked
This commit is contained in:
@@ -31,7 +31,7 @@ public class ConfigReseedHandler extends FormHandler {
|
||||
saveChanges();
|
||||
return;
|
||||
}
|
||||
addFormError(_("Unsupported") + ' ' + _action + '.');
|
||||
//addFormError(_("Unsupported") + ' ' + _action + '.');
|
||||
}
|
||||
|
||||
/** @since 0.8.9 */
|
||||
|
||||
Reference in New Issue
Block a user