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