diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-13 15:59:34 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-13 15:59:34 +0200 |
commit | 77c966fef13ba1466705b584e2a55468d274960d (patch) | |
tree | 06981e69516c4eab0a035da326b1f396e1966d4f /module/config | |
parent | import fix (diff) | |
download | pyload-77c966fef13ba1466705b584e2a55468d274960d.tar.xz |
added simple update manager
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/default.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index e9c7782e6..df8682804 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -31,9 +31,6 @@ general - "General": int min_free_space : "Min Free Space (MB)" = 200
bool folder_per_package : "Create folder for each package" = True
ip download_interface : "Outgoing IP address for downloads" = None
-updates - "Updates":
- bool search_updates : "Search" = True
- bool install_updates : "Install" = False
reconnect - "Reconnect":
bool activated : "Use Reconnect" = False
str method : "Method" = None
|