forked from I2P_Developers/i2p.i2p
More theme spit 'n polish. Remove redundant themes from configui.jsp
This commit is contained in:
@ -4,7 +4,7 @@ public class ConfigUIHelper extends HelperBase {
|
||||
public ConfigUIHelper() {}
|
||||
|
||||
public static final String PROP_THEME = "routerconsole.theme";
|
||||
private static final String themes[] = {"default", "classic", "dark", "defCon1", "light"};
|
||||
private static final String themes[] = {"classic", "dark", "light"};
|
||||
|
||||
public String getSettings() {
|
||||
StringBuilder buf = new StringBuilder(512);
|
||||
|
Reference in New Issue
Block a user