Add showPrivacyPolicy action to app delegate.
This commit is contained in:
parent
5b017cb6a7
commit
844a69446d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue