瀏覽代碼

Version 2.18.1

Marino Faggiana 7 年之前
父節點
當前提交
e1a0fc1beb
共有 1 個文件被更改,包括 3 次插入1 次删除
  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 -------------------------------------------------