mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Changed text
This commit is contained in:
@@ -372,14 +372,15 @@ TableViewSectionsDelegate>
|
||||
|
||||
// Cross-Signing
|
||||
|
||||
if (!BWIBuildSettings.shared.disableSelfUserVerification) {
|
||||
Section *crossSigningSection = [Section sectionWithTag:SECTION_CROSSSIGNING];
|
||||
crossSigningSection.headerTitle = [VectorL10n securitySettingsCrosssigning];
|
||||
|
||||
[crossSigningSection addRowsWithCount:[self numberOfRowsInCrossSigningSection]];
|
||||
|
||||
[sections addObject:crossSigningSection];
|
||||
}
|
||||
// bwi: hide cross signing section
|
||||
// if (!BWIBuildSettings.shared.disableSelfUserVerification) {
|
||||
// Section *crossSigningSection = [Section sectionWithTag:SECTION_CROSSSIGNING];
|
||||
// crossSigningSection.headerTitle = [VectorL10n securitySettingsCrosssigning];
|
||||
//
|
||||
// [crossSigningSection addRowsWithCount:[self numberOfRowsInCrossSigningSection]];
|
||||
//
|
||||
// [sections addObject:crossSigningSection];
|
||||
// }
|
||||
|
||||
// Cryptography
|
||||
|
||||
|
||||
Reference in New Issue
Block a user