Browse Source

Version 2.18.1

Marino Faggiana 7 năm trước cách đây
mục cha
commit
e1a0fc1beb
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      iOSClient/Settings/CCSettings.m

+ 3 - 1
iOSClient/Settings/CCSettings.m

@@ -106,7 +106,8 @@
     row = [XLFormRowDescriptor formRowDescriptorWithTag:@"onlylockdir" rowType:XLFormRowDescriptorTypeBooleanSwitch title:NSLocalizedString(@"_lock_protection_no_screen_", nil)];
     [row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
     [section addFormRow:row];
-    
+
+/*
 #ifdef DEBUG
     // Section : E2EEncryption --------------------------------------------------------------
 
@@ -121,6 +122,7 @@
     row.action.viewControllerClass = [NCManageEndToEndEncryption class];
     [section addFormRow:row];
 #endif
+*/
     
     // Section Advanced -------------------------------------------------