Instantiate an RSAppMovementMonitor to track user movement of the application while running. Fixes #897.

This commit is contained in:
Daniel Jalkut 2019-09-06 09:13:09 -04:00
parent dc64fa2bda
commit 8e01e8e45a
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

@ -1 +1 @@
Subproject commit 89bcb8241afe59bb276c1e3bcfc83db6b4550c77
Subproject commit 290b79dcd6156210dedddeb767164436ef9481e0