Enable connect via Bluetooth feature in release builds.

This commit is contained in:
akwizgran
2021-08-30 15:01:45 +01:00
parent 2b61b01b4e
commit 8f887c609f
5 changed files with 0 additions and 16 deletions

View File

@@ -95,7 +95,6 @@ internal class HeadlessModule(private val appDir: File) {
override fun shouldEnableImageAttachments() = false
override fun shouldEnableProfilePictures() = false
override fun shouldEnableDisappearingMessages() = false
override fun shouldEnableConnectViaBluetooth() = false
override fun shouldEnableTransferData() = false
override fun shouldEnableShareAppViaOfflineHotspot() = false
}