mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 03:20:50 +02:00
MESSENGER-4093 scan permalinks as qr
This commit is contained in:
committed by
Frank Rotermund
parent
1bff461abb
commit
eb618b395d
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user