diff --git a/Secretive/AppDelegate.swift b/Secretive/AppDelegate.swift index 2997b80..62c863d 100644 --- a/Secretive/AppDelegate.swift +++ b/Secretive/AppDelegate.swift @@ -13,7 +13,7 @@ class AppDelegate: NSObject, NSApplicationDelegate { list.add(store: SmartCard.Store()) return list }() - let updater = PreviewUpdater() + let updater = Updater() func applicationDidFinishLaunching(_ aNotification: Notification) {