From 8f48d8a7261c408d13cb2e0341288b4ae8c1b8e1 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 25 May 2019 10:21:25 -0700 Subject: [PATCH] =?UTF-8?q?Add=20Slack=20Group=20command=20in=20Help=20men?= =?UTF-8?q?u=20=E2=80=94=20it=20takes=20you=20to=20the=20signup=20page.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mac/AppDelegate.swift | 4 ++++ Mac/Base.lproj/Main.storyboard | 10 ++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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 @@ + + + + + +