diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-09-09 15:14:10 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-09-09 17:00:40 +0200 |
| commit | 1a7a29d3129e1de90152b41cbc67ed46c8f6c0fe (patch) | |
| tree | bd14bd864a444c2d65ddf1bf110f7abc1572c538 | |
| parent | 51d385e69ab0dfaf1300ee41e8cfb329cbed2272 (diff) | |
| download | mullvadvpn-1a7a29d3129e1de90152b41cbc67ed46c8f6c0fe.tar.xz mullvadvpn-1a7a29d3129e1de90152b41cbc67ed46c8f6c0fe.zip | |
Enable Daita in release builds
| -rw-r--r-- | ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift | 4 |
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) } |
