forked from I2P_Developers/i2p.i2p
Console: Consolidate "checked" code
This commit is contained in:
@ -103,8 +103,7 @@ public class HomeHelper extends HelperBase {
|
||||
}
|
||||
|
||||
public String getConfigHome() {
|
||||
boolean oldHome = _context.getBooleanProperty(PROP_OLDHOME);
|
||||
return oldHome ? "checked=\"checked\"" : "";
|
||||
return getChecked(PROP_OLDHOME);
|
||||
}
|
||||
|
||||
public String getProxyStatus() {
|
||||
|
Reference in New Issue
Block a user