From ae06e8e892f2fabe962b42589376b9c5db4afd3d Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 15 Mar 2020 01:11:16 -0700 Subject: [PATCH] Fix updater ref --- Secretive/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {