diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index 269591996..f78cae77e 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -418,6 +418,11 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, Browser.open("https://ranchero.com/netnewswire/", inBackground: false) } + @IBAction func openHowToSupport(_ sender: Any?) { + + Browser.open("https://github.com/brentsimmons/NetNewsWire/blob/master/Technotes/HowToSupportNetNewsWire.markdown", inBackground: false) + } + @IBAction func openRepository(_ sender: Any?) { Browser.open("https://github.com/brentsimmons/NetNewsWire", inBackground: false) diff --git a/Mac/Base.lproj/Main.storyboard b/Mac/Base.lproj/Main.storyboard index fe81915b1..8d270183a 100644 --- a/Mac/Base.lproj/Main.storyboard +++ b/Mac/Base.lproj/Main.storyboard @@ -537,6 +537,12 @@ + + + + + +