summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2024-09-09 15:14:10 +0200
committerBug Magnet <marco.nikic@mullvad.net>2024-09-09 17:00:40 +0200
commit1a7a29d3129e1de90152b41cbc67ed46c8f6c0fe (patch)
treebd14bd864a444c2d65ddf1bf110f7abc1572c538
parent51d385e69ab0dfaf1300ee41e8cfb329cbed2272 (diff)
downloadmullvadvpn-1a7a29d3129e1de90152b41cbc67ed46c8f6c0fe.tar.xz
mullvadvpn-1a7a29d3129e1de90152b41cbc67ed46c8f6c0fe.zip
Enable Daita in release builds
-rw-r--r--ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift4
1 files changed, 0 insertions, 4 deletions
diff --git a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift
index cfaa822003..2360302125 100644
--- a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift
+++ b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift
@@ -424,11 +424,7 @@ final class VPNSettingsDataSource: UITableViewDiffableDataSource<
snapshot.appendItems([.dnsSettings], toSection: .dnsSettings)
snapshot.appendItems([.ipOverrides], toSection: .ipOverrides)
- #if DEBUG
snapshot.appendItems([.daitaSwitch, .multihopSwitch], toSection: .privacyAndSecurity)
- #else
- snapshot.appendItems([.multihopSwitch], toSection: .privacyAndSecurity)
- #endif
applySnapshot(snapshot, animated: animated, completion: completion)
}