diff options
Diffstat (limited to 'src/leap/bitmask/_components.py')
-rw-r--r-- | src/leap/bitmask/_components.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/_components.py b/src/leap/bitmask/_components.py index 9be0e6bc..9d6f3f59 100644 --- a/src/leap/bitmask/_components.py +++ b/src/leap/bitmask/_components.py @@ -2,5 +2,5 @@ Enabled Modules in Bitmask. Change these values for builds of the client with only one module enabled. """ -HAS_EIP = True +HAS_EIP = False HAS_MAIL = True |