Instantiate an RSAppMovementMonitor to track user movement of the application while running. Fixes #897.
This commit is contained in:
parent
dc64fa2bda
commit
8e01e8e45a
@ -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
|
Loading…
x
Reference in New Issue
Block a user