From b1a86031fee3a27ab4e57d446e7ae5d12e7d9be9 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 13 Dec 2022 14:27:54 -0700 Subject: [PATCH] Simplify the help menu and make it match the new iOS settings help section. --- Mac/AppDelegate.swift | 29 -------------------------- Mac/Base.lproj/Main.storyboard | 38 +--------------------------------- 2 files changed, 1 insertion(+), 66 deletions(-) diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index d155b34a4..7cf49670e 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -703,35 +703,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, Browser.open("https://netnewswire.com/", inBackground: false) } - @IBAction func openReleaseNotes(_ sender: Any?) { - Browser.open(URL.releaseNotes.absoluteString, inBackground: false) - } - - - @IBAction func openHowToSupport(_ sender: Any?) { - - Browser.open("https://github.com/brentsimmons/NetNewsWire/blob/main/Technotes/HowToSupportNetNewsWire.markdown", inBackground: false) - } - - @IBAction func openRepository(_ sender: Any?) { - - Browser.open("https://github.com/brentsimmons/NetNewsWire", inBackground: false) - } - - @IBAction func openBugTracker(_ sender: Any?) { - - Browser.open("https://github.com/brentsimmons/NetNewsWire/issues", inBackground: false) - } - - @IBAction func openSlackGroup(_ sender: Any?) { - Browser.open("https://netnewswire.com/slack", inBackground: false) - } - - @IBAction func openTechnotes(_ sender: Any?) { - - Browser.open("https://github.com/brentsimmons/NetNewsWire/tree/main/Technotes", inBackground: false) - } - @IBAction func showHelp(_ sender: Any?) { Browser.open("https://netnewswire.com/help/mac/6.1/en/", inBackground: false) diff --git a/Mac/Base.lproj/Main.storyboard b/Mac/Base.lproj/Main.storyboard index 06967fdb1..46b22d53b 100644 --- a/Mac/Base.lproj/Main.storyboard +++ b/Mac/Base.lproj/Main.storyboard @@ -646,48 +646,12 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -