Merge pull request #988 from danielpunkass/app-movement-monitor

Instantiate an RSAppMovementMonitor to track user movement of the app…
This commit is contained in:
Maurice Parker
2019-09-06 08:33:40 -05:00
committed by GitHub
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