|
@@ -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 -------------------------------------------------
|
|
|
|