diff --git a/NetNewsWire/AppDelegate.swift b/NetNewsWire/AppDelegate.swift index 137cfeb12..cce9925f4 100644 --- a/NetNewsWire/AppDelegate.swift +++ b/NetNewsWire/AppDelegate.swift @@ -480,6 +480,12 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, #endif } + @IBAction func debugTestCrashReportSending(_ sender: Any?) { + #if DEBUG + CrashReporter.sendCrashLogText("This is a test. Hi, Brent.") + #endif + } + @IBAction func gotoToday(_ sender: Any?) { createAndShowMainWindow() diff --git a/NetNewsWire/Base.lproj/Main.storyboard b/NetNewsWire/Base.lproj/Main.storyboard index a11a3f019..017eadecc 100644 --- a/NetNewsWire/Base.lproj/Main.storyboard +++ b/NetNewsWire/Base.lproj/Main.storyboard @@ -441,18 +441,24 @@ - + - + - + - + - + + + + + + + @@ -579,7 +585,7 @@ - +