diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index 5ccd8cae9..c5c12590e 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -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 diff --git a/submodules/RSCore b/submodules/RSCore index 89bcb8241..290b79dcd 160000 --- a/submodules/RSCore +++ b/submodules/RSCore @@ -1 +1 @@ -Subproject commit 89bcb8241afe59bb276c1e3bcfc83db6b4550c77 +Subproject commit 290b79dcd6156210dedddeb767164436ef9481e0