Merge branch 'mac-release'

This commit is contained in:
Maurice Parker
2019-09-06 08:38:58 -05:00
2 changed files with 2 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
private var crashReportWindowController: CrashReportWindowController? // For testing only
private let log = Log()
private let appNewsURLString = "https://nnw.ranchero.com/feed.json"
private let appMovementMonitor = RSAppMovementMonitor()
override init() {
NSWindow.allowsAutomaticWindowTabbing = false