Skip to content

Commit

Permalink
Add a nav title
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Jul 31, 2023
1 parent f6d7017 commit 9f28a1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuckDuckGo/NetworkProtectionRootViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ final class NetworkProtectionRootViewController: UIHostingController<NetworkProt
override func viewDidLoad() {
super.viewDidLoad()
applyTheme(ThemeManager.shared.currentTheme)
self.title = UserText.netPNavTitle
}

@MainActor required dynamic init?(coder aDecoder: NSCoder) {
Expand Down

0 comments on commit 9f28a1d

Please sign in to comment.