diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-02-16 03:57:25 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-02-16 03:57:25 +0100 |
commit | 2c67177f74ff8bd8817b8f4967d1b25682beaaf1 (patch) | |
tree | 0f04fa65381b37341aa831d34d404a0e53c01dce /pyload/config | |
parent | Partially revert acc46fc3497a66a427b795b4a22c6e71d69185a1 (diff) | |
download | pyload-2c67177f74ff8bd8817b8f4967d1b25682beaaf1.tar.xz |
Improve theme structure a bit
Diffstat (limited to 'pyload/config')
-rw-r--r-- | pyload/config/Setup.py | 2 | ||||
-rw-r--r-- | pyload/config/default.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pyload/config/Setup.py b/pyload/config/Setup.py index 669f01028..8b88daa48 100644 --- a/pyload/config/Setup.py +++ b/pyload/config/Setup.py @@ -421,7 +421,7 @@ class SetupAssistant(object): makedirs(dirname, 0700) chdir(dirname) - + if persistent: c = path.join(rootdir, "config", "configdir") if not path.exists(c): diff --git a/pyload/config/default.conf b/pyload/config/default.conf index 773e800af..6e2fb7749 100644 --- a/pyload/config/default.conf +++ b/pyload/config/default.conf @@ -15,7 +15,7 @@ webinterface - "Web UI": bool https : "Use HTTPS" = False ip host : "IP" = 0.0.0.0 int port : "Port" = 8001 - default;dark;flat theme : "Theme" = default + Default;Dark;Flat theme : "Theme" = Default str prefix: "Path Prefix" = log - "Log": bool file_log : "File Log" = True |