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:
+1
-1
@@ -166,7 +166,7 @@ final class SecretsRecoveryWithPassphraseViewController: UIViewController {
|
||||
useRecoveryKeyAttributedString.append(unknownRecoveryKeyAttributedStringPart2)
|
||||
useRecoveryKeyAttributedString.append(unknownRecoveryKeyAttributedStringPart3)
|
||||
|
||||
if BuildSettings.showRecoverWithKey == true {
|
||||
if BWIBuildSettings.shared.showRecoverWithKey == true {
|
||||
self.useRecoveryKeyButton.setAttributedTitle(useRecoveryKeyAttributedString, for: .normal)
|
||||
} else {
|
||||
self.useRecoveryKeyButton?.visiblity(gone: true, dimension: 0.0)
|
||||
|
||||
Reference in New Issue
Block a user