I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 0ee5c905 authored by zzz's avatar zzz
Browse files

merge of '5f552b9cd9f53addefd86c744aa05bd620028649'

     and '7bf5ea7cfe5da14f19ed0be2af63fcad3e2e54c1'
parents 56b3144c 5f22a226
No related branches found
No related tags found
No related merge requests found
...@@ -20,9 +20,9 @@ public class ConfigUIHandler extends FormHandler { ...@@ -20,9 +20,9 @@ public class ConfigUIHandler extends FormHandler {
if (_config == null) if (_config == null)
return; return;
if (_config.equals("default")) if (_config.equals("default"))
_context.router().removeConfigSetting(ConfigUIHelper.PROP_THEME); _context.router().removeConfigSetting(CSSHelper.PROP_THEME_NAME);
else else
_context.router().setConfigSetting(ConfigUIHelper.PROP_THEME, _config); _context.router().setConfigSetting(CSSHelper.PROP_THEME_NAME, _config);
if (_context.router().saveConfig()) if (_context.router().saveConfig())
addFormNotice("Configuration saved successfully"); addFormNotice("Configuration saved successfully");
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment