Fix privacy policy link.

This commit is contained in:
Brent Simmons
2025-04-28 21:18:48 -07:00
parent a61378ac69
commit e657d07383

View File

@@ -655,7 +655,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
}
@IBAction func showPrivacyPolicy(_ sender: Any?) {
Browser.open("https://netnewswire.com/privacypolicy", inBackground: false)
Browser.open("https://netnewswire.com/privacypolicy.html", inBackground: false)
}
@IBAction func gotoToday(_ sender: Any?) {