summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Nitzo <nitzo2001@yahoo.com> 2016-02-26 23:59:54 +0100
committerGravatar Nitzo <nitzo2001@yahoo.com> 2016-02-26 23:59:54 +0100
commit2d19091e8decf310891246e0220a2ae46dff1aa9 (patch)
tree9265361cfbd0c7b19c2489020911cd0af7aa2b70 /module
parentfix #2359 (diff)
downloadpyload-2d19091e8decf310891246e0220a2ae46dff1aa9.tar.xz
[AntiStandby] Unactivated by default
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hooks/AntiStandby.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/AntiStandby.py b/module/plugins/hooks/AntiStandby.py
index 695b22155..89f6c40d3 100644
--- a/module/plugins/hooks/AntiStandby.py
+++ b/module/plugins/hooks/AntiStandby.py
@@ -27,10 +27,10 @@ class Kernel32(object):
class AntiStandby(Addon):
__name__ = "AntiStandby"
__type__ = "hook"
- __version__ = "0.16"
+ __version__ = "0.17"
__status__ = "testing"
- __config__ = [("activated", "bool", "Activated" , True ),
+ __config__ = [("activated", "bool", "Activated" , False),
("hdd" , "bool", "Prevent HDD standby" , True ),
("system" , "bool", "Prevent OS standby" , True ),
("display" , "bool", "Prevent display standby" , False),