|
@@ -115,7 +115,6 @@
|
|
|
[row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
|
|
|
[section addFormRow:row];
|
|
|
|
|
|
- /*
|
|
|
// Section : E2EEncryption --------------------------------------------------------------
|
|
|
|
|
|
section = [XLFormSectionDescriptor formSectionWithTitle:NSLocalizedString(@"_e2e_settings_title_", nil)];
|
|
@@ -128,7 +127,6 @@
|
|
|
[row.cellConfig setObject:[UIImage imageNamed:@"settingsE2EEncryption"] forKey:@"imageView.image"];
|
|
|
row.action.viewControllerClass = [NCManageEndToEndEncryption class];
|
|
|
[section addFormRow:row];
|
|
|
- */
|
|
|
|
|
|
// Section Advanced -------------------------------------------------
|
|
|
|
|
@@ -427,7 +425,7 @@
|
|
|
sectionName = NSLocalizedString(@"_lock_protection_no_screen_footer_", nil);
|
|
|
}
|
|
|
break;
|
|
|
- case 4: {
|
|
|
+ case 5: {
|
|
|
|
|
|
tableCapabilities *capabilities = [[NCManageDatabase sharedInstance] getCapabilites];
|
|
|
|