mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
MESSENGER-3352 build settings
This commit is contained in:
@@ -93,7 +93,7 @@ struct OnboardingSplashScreen: View {
|
||||
/// The main action buttons.
|
||||
var buttons: some View {
|
||||
VStack(spacing: 12) {
|
||||
if BwiBuildSettings.bwiOnboardingSplashScreenEnableRegister {
|
||||
if BWIBuildSettings.shared.bwiOnboardingSplashScreenEnableRegister {
|
||||
Button { viewModel.send(viewAction: .register) } label: {
|
||||
Text(VectorL10n.onboardingSplashRegisterButtonTitle)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user