Skip to content

Commit 29bad7d

Browse files
committed
Merge branch 'enable-ip-overrides-in-release-mode-ios-516'
2 parents 3543421 + 7f8f9ae commit 29bad7d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ios/MullvadVPN/Coordinators/Settings/IPOverride/IPOverrideTextViewController.swift

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class IPOverrideTextViewController: UIViewController {
6363
textView.delegate = self
6464
textView.spellCheckingType = .no
6565
textView.autocorrectionType = .no
66+
textView.textColor = UIColor.label
6667
textView.font = UIFont.monospacedSystemFont(
6768
ofSize: UIFont.systemFont(ofSize: 14).pointSize,
6869
weight: .regular

ios/MullvadVPN/View controllers/Settings/SettingsDataSource.swift

-3
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,7 @@ final class SettingsDataSource: UITableViewDiffableDataSource<SettingsDataSource
153153
}
154154

155155
snapshot.appendItems([.apiAccess], toSection: .main)
156-
157-
#if DEBUG
158156
snapshot.appendItems([.ipOverride], toSection: .main)
159-
#endif
160157

161158
snapshot.appendSections([.version, .problemReport])
162159
snapshot.appendItems([.version], toSection: .version)

0 commit comments

Comments
 (0)