MESSENGER-3675 remove message bubbles from prod build, make them setable on beta build

This commit is contained in:
Frank Rotermund
2022-10-05 14:44:04 +02:00
parent e205a1f8ca
commit f67f40dec9
7 changed files with 15 additions and 5 deletions

View File

@@ -566,4 +566,7 @@ final class BuildSettings: NSObject {
// MARK: - Device manager
static let deviceManagerEnabled = false
// MARK: - Message Bubbles bwi show in our menu and only for beta builds
static let bwiShowMessageBubbles = false
}