|
|
@ -111,7 +111,7 @@ extension AppDelegate { |
|
|
|
} |
|
|
|
|
|
|
|
private func setupServiceSubscription() { |
|
|
|
updateDownloadClientService.subscribe(forUpdate:notificationService.notificationEndpoint) |
|
|
|
updateDownloadClientService.subscribe(forUpdate:notificationService.xpcListenerEndpoint) |
|
|
|
if UserDefaults.standard.bool(forKey: "ScheduleUpdates") { |
|
|
|
updateDownloadClientService.scheduleUpdates() |
|
|
|
scheduleUpdatesMenuItem.state = NSControl.StateValue.on |
|
|
|