mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
MESSENGER-3352 build settings
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user