Added How To Support NetNewsWire help menu item. Issue #753
This commit is contained in:
parent
0bede5dfd0
commit
18b90ba93f
|
@ -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)
|
||||
|
|
|
@ -537,6 +537,12 @@
|
|||
<action selector="openWebsite:" target="Ady-hI-5gd" id="rmL-lt-p8g"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem title="How To Support NetNewsWire" id="kfC-NQ-g3E">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<connections>
|
||||
<action selector="openHowToSupport:" target="Ady-hI-5gd" id="SIw-Ug-A4D"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem title="GitHub Repository" id="QfD-Xw-sdF">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<connections>
|
||||
|
|
Loading…
Reference in New Issue