MESSENGER-4093 scan permalinks as qr

This commit is contained in:
Arnfried Griesert
2023-02-23 06:50:16 +00:00
committed by Frank Rotermund
parent 1bff461abb
commit eb618b395d
15 changed files with 325 additions and 127 deletions
@@ -48,7 +48,7 @@ struct AuthenticationServerSelectionScreen: View {
.padding(.top, OnboardingMetrics.topPaddingToNavigationBar)
.padding(.bottom, 16)
if BWIBuildSettings.shared.scanServerQRCode {
if BWIBuildSettings.shared.allowScanServerQRCode {
scanButton
.alert(isPresented: $showAlertForMissingCameraAuthorization) {
Alert(