mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-05 09:24:49 +01:00
Switch back to se default
This commit is contained in:
@@ -5,7 +5,7 @@ import OSLog
|
||||
@NSApplicationMain
|
||||
class AppDelegate: NSObject, NSApplicationDelegate {
|
||||
|
||||
let store = SmartCard.Store()
|
||||
let store = SecureEnclave.Store()
|
||||
let notifier = Notifier()
|
||||
lazy var agent: Agent = {
|
||||
Agent(store: store, notifier: notifier)
|
||||
|
||||
Reference in New Issue
Block a user