diff --git a/NetNewsWire/AppDelegate.swift b/NetNewsWire/AppDelegate.swift index 53cc79625..2def798a2 100644 --- a/NetNewsWire/AppDelegate.swift +++ b/NetNewsWire/AppDelegate.swift @@ -495,6 +495,10 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, AppDefaults.timelineSortDirection = .orderedDescending } + + @IBAction func showPrivacyPolicy(_ sender: Any?) { + Browser.open(AppConstants.privacyPolicyURL, inBackground: false) + } } private extension AppDelegate {