MESSENGER-3352 build settings

This commit is contained in:
Arnfried Griesert
2022-10-27 09:06:24 +00:00
parent e2a2eb4c61
commit 86aa5365bb
103 changed files with 1013 additions and 1360 deletions
@@ -348,7 +348,7 @@ TableViewSectionsDelegate>
}
else
{
if (BwiBuildSettings.bwiShowSessionSettingsFooter) {
if (BWIBuildSettings.shared.bwiShowSessionSettingsFooter) {
sessionsSection.footerTitle = VectorL10n.securitySettingsCryptoSessionsDescription2;
}
[sessionsSection addRowsWithCount:devicesArray.count];
@@ -372,7 +372,7 @@ TableViewSectionsDelegate>
// Cross-Signing
if (!BuildSettings.disableSelfUserVerification) {
if (!BWIBuildSettings.shared.disableSelfUserVerification) {
Section *crossSigningSection = [Section sectionWithTag:SECTION_CROSSSIGNING];
crossSigningSection.headerTitle = [VectorL10n securitySettingsCrosssigning];