diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-07-26 15:06:37 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-07-26 15:06:37 +0200 |
| commit | be002c344f396c859b660ecc4889fc98683904b2 (patch) | |
| tree | 83bcb7d30bef68d45d106a7ff1da62bd66f12027 /ios | |
| parent | 55cfd69fc4bc3292a97e440531fa20e2e09b9e99 (diff) | |
| download | mullvadvpn-be002c344f396c859b660ecc4889fc98683904b2.tar.xz mullvadvpn-be002c344f396c859b660ecc4889fc98683904b2.zip | |
Enable multihop in release
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift index da8e9cdacc..1bac5f42c7 100644 --- a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift +++ b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift @@ -412,9 +412,7 @@ final class VPNSettingsDataSource: UITableViewDiffableDataSource< snapshot.appendItems([.dnsSettings], toSection: .dnsSettings) snapshot.appendItems([.ipOverrides], toSection: .ipOverrides) - #if DEBUG snapshot.appendItems([.multihop], toSection: .multiHop) - #endif applySnapshot(snapshot, animated: animated, completion: completion) } |
