|
@@ -115,6 +115,7 @@
|
|
|
[row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
|
|
|
[section addFormRow:row];
|
|
|
|
|
|
+ /*
|
|
|
// Section : E2EEncryption --------------------------------------------------------------
|
|
|
|
|
|
section = [XLFormSectionDescriptor formSectionWithTitle:NSLocalizedString(@"_e2e_settings_title_", nil)];
|
|
@@ -127,6 +128,7 @@
|
|
|
[row.cellConfig setObject:[UIImage imageNamed:@"settingsE2EEncryption"] forKey:@"imageView.image"];
|
|
|
row.action.viewControllerClass = [NCManageEndToEndEncryption class];
|
|
|
[section addFormRow:row];
|
|
|
+ */
|
|
|
|
|
|
// Section Advanced -------------------------------------------------
|
|
|
|