Don’t check for crash report if running MAS version.
This commit is contained in:
parent
085cfb2e60
commit
fa28a75c9c
|
@ -173,9 +173,11 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
|
|||
}
|
||||
#endif
|
||||
|
||||
#if !MAC_APP_STORE
|
||||
DispatchQueue.main.async {
|
||||
CrashReporter.check(appName: "NetNewsWire")
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
func applicationShouldHandleReopen(_ sender: NSApplication, hasVisibleWindows flag: Bool) -> Bool {
|
||||
|
|
Loading…
Reference in New Issue