|
@@ -107,6 +107,8 @@
|
|
|
[row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
|
|
|
[section addFormRow:row];
|
|
|
|
|
|
+#ifdef DEBUG
|
|
|
+ /*
|
|
|
// Section : E2EEncryption --------------------------------------------------------------
|
|
|
|
|
|
section = [XLFormSectionDescriptor formSectionWithTitle:NSLocalizedString(@"_e2e_settings_title_", nil)];
|
|
@@ -119,6 +121,8 @@
|
|
|
[row.cellConfig setObject:[UIImage imageNamed:@"settingsE2EEncryption"] forKey:@"imageView.image"];
|
|
|
row.action.viewControllerClass = [NCManageEndToEndEncryption class];
|
|
|
[section addFormRow:row];
|
|
|
+ */
|
|
|
+#endif
|
|
|
|
|
|
// Section Advanced -------------------------------------------------
|
|
|
|