diff options
author | Walter Purcaro <vuolter@gmail.com> | 2013-11-17 17:44:28 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2013-11-17 17:44:28 +0100 |
commit | fa8411d9e0775ebfe516a139d64b314d3c06c253 (patch) | |
tree | 2dd7060698e0118def9e34c85a7ea49af7893438 /pyload/config | |
parent | restored multihoster overwritten by merge (diff) | |
download | pyload-fa8411d9e0775ebfe516a139d64b314d3c06c253.tar.xz |
Improved setting
Diffstat (limited to 'pyload/config')
-rw-r--r-- | pyload/config/default.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyload/config/default.py b/pyload/config/default.py index 8e2dcae74..5a879547a 100644 --- a/pyload/config/default.py +++ b/pyload/config/default.py @@ -25,7 +25,8 @@ def make_config(config): ("file_log", "bool", _("File Log"), True), ("log_count", "int", _("Count"), 5), ("log_rotate", "bool", _("Log Rotate"), True), - ("console_color", "No;Light;Full", _("Colorize Console"), "Light"), + ("console_color", "bool", _("Colorize Console"), True), + ("color_theme", "light;full", _("Color Theme"), "light"), ]) config.addConfigSection("permission", _("Permissions"), _("Description"), _("Long description"), |