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:
@ -168,7 +168,7 @@ public class ConfigClientsHandler extends FormHandler {
|
||||
startWebApp(app);
|
||||
}
|
||||
} else {
|
||||
addFormError(_("Unsupported") + ' ' + _action + '.');
|
||||
//addFormError(_("Unsupported") + ' ' + _action + '.');
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user