Skip to content

Commit

Permalink
Enable IP Override, and fix text color in it
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Feb 23, 2024
1 parent da257e7 commit 2dbf64a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class IPOverrideTextViewController: UIViewController {
textView.delegate = self
textView.spellCheckingType = .no
textView.autocorrectionType = .no
textView.textColor = UIColor.label
textView.font = UIFont.monospacedSystemFont(
ofSize: UIFont.systemFont(ofSize: 14).pointSize,
weight: .regular
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,7 @@ final class SettingsDataSource: UITableViewDiffableDataSource<SettingsDataSource
}

snapshot.appendItems([.apiAccess], toSection: .main)

#if DEBUG
snapshot.appendItems([.ipOverride], toSection: .main)
#endif

snapshot.appendSections([.version, .problemReport])
snapshot.appendItems([.version], toSection: .version)
Expand Down

0 comments on commit 2dbf64a

Please sign in to comment.