mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 23:17:43 +02:00
Feature/4772 add accessibility declaration
This commit is contained in:
committed by
Frank Rotermund
parent
b4ad32afb2
commit
273017eafa
@@ -622,6 +622,13 @@ class BWIBuildSettings: NSObject {
|
||||
// MARK: Sessions Manager
|
||||
var enableNewSessionManagerByDefault = false
|
||||
|
||||
// MARK: Accessibility declaration
|
||||
// bwi flag for showing accessibility declaration on login screen and in settings
|
||||
var bwiShowAccessibilityDeclaration = false
|
||||
// internal markdown file for accessibility declaration in en and de.
|
||||
var accessibilityDeclarationFileDe = ""
|
||||
var accessibilityDeclarationFileEn = ""
|
||||
|
||||
// MARK: Voice Broadcast
|
||||
var enableLabFeatureVoiceBroadcasts = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user