forked from I2P_Developers/i2p.i2p
Changed universal theming prop key (so not mistaken as a theme name by routerconsole)
This commit is contained in:
@ -13,7 +13,7 @@ public class CSSHelper extends HelperBase {
|
||||
|
||||
public CSSHelper() {}
|
||||
|
||||
public static final String PROP_UNIVERSAL_THEMING = "routerconsole.theme.universal";
|
||||
public static final String PROP_UNIVERSAL_THEMING = "routerconsole.universal.theme";
|
||||
public static final String PROP_THEME_NAME = "routerconsole.theme";
|
||||
public static final String DEFAULT_THEME = "light";
|
||||
public static final String BASE_THEME_PATH = "/themes/console/";
|
||||
|
Reference in New Issue
Block a user