mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add showPrivacyPolicy action to app delegate.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user