Fix updater ref

This commit is contained in:
Max Goedjen 2020-03-15 01:11:16 -07:00
parent 57e6b6779f
commit ae06e8e892
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 1 additions and 1 deletions

View File

@ -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) {