Fix path in UI

This commit is contained in:
Max Goedjen
2022-01-02 23:20:48 -08:00
parent d10ff8df8e
commit 3d1d7687c0
3 changed files with 5 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
}()
private let updater = Updater(checkOnLaunch: false)
private let notifier = Notifier()
private let publicKeyFileStoreController = PublicKeyFileStoreController()
private let publicKeyFileStoreController = PublicKeyFileStoreController(homeDirectory: NSHomeDirectory())
private lazy var agent: Agent = {
Agent(storeList: storeList, witness: notifier)
}()