mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-09-27 04:58:22 +00:00
Added checkbox to console to set theme universally across all apps
This commit is contained in:
@@ -17,6 +17,9 @@ public class ConfigUIHelper extends HelperBase {
|
||||
buf.append("checked=\"checked\" ");
|
||||
buf.append("value=\"").append(theme).append("\">").append(_(theme)).append("<br>\n");
|
||||
}
|
||||
buf.append("<input type=\"checkbox\" name=\"universalTheming\" value=\"1\">")
|
||||
.append(_("Set theme universally across all apps"))
|
||||
.append("<br>\n");
|
||||
return buf.toString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user