diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index 7f3658389..dc6a95206 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -428,6 +428,10 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, Browser.open("https://github.com/brentsimmons/NetNewsWire/issues", inBackground: false) } + @IBAction func openSlackGroup(_ sender: Any?) { + Browser.open("https://join.slack.com/t/netnewswire/shared_invite/enQtNjM4MDA1MjQzMDkzLTNlNjBhOWVhYzdhYjA4ZWFhMzQ1MTUxYjU0NTE5ZGY0YzYwZWJhNjYwNTNmNTg2NjIwYWY4YzhlYzk5NmU3ZTc", inBackground: false) + } + @IBAction func openTechnotes(_ sender: Any?) { Browser.open("https://github.com/brentsimmons/NetNewsWire/tree/master/Technotes", inBackground: false) diff --git a/Mac/Base.lproj/Main.storyboard b/Mac/Base.lproj/Main.storyboard index 94caf875c..97b814554 100644 --- a/Mac/Base.lproj/Main.storyboard +++ b/Mac/Base.lproj/Main.storyboard @@ -1,7 +1,7 @@ - + - + @@ -555,6 +555,12 @@ + + + + + +