Better param name.

This commit is contained in:
Max Goedjen
2020-09-18 14:09:18 -07:00
parent 435a22754c
commit c644f5d4a3
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
list.add(store: SmartCard.Store())
return list
}()
private let updater = Updater(hasRunSetup: false)
private let updater = Updater(checkOnLaunch: false)
private let notifier = Notifier()
private lazy var agent: Agent = {
Agent(storeList: storeList, witness: notifier)