From 0da88608e0d364ff92f5adbc8d7cae2802c5cb4f Mon Sep 17 00:00:00 2001 From: Jakob Egger Date: Thu, 27 Oct 2016 12:05:37 +0200 Subject: [PATCH] Fix typo that broke menu item checkbox --- Postgres/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Postgres/AppDelegate.swift b/Postgres/AppDelegate.swift index ba025ba9f..933471784 100644 --- a/Postgres/AppDelegate.swift +++ b/Postgres/AppDelegate.swift @@ -34,7 +34,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, SUUpdaterDelegate { self.hideMenuHelperApp = hideMenuHelperApp if self.hideMenuHelperApp { - let runningMenuHelperApps = NSRunningApplication.runningApplications(withBundleIdentifier: "com.postgresapp.PostgresMenuHelper") + let runningMenuHelperApps = NSRunningApplication.runningApplications(withBundleIdentifier: "com.postgresapp.Postgres2MenuHelper") for app in runningMenuHelperApps where app.bundleURL!.path == Bundle.main.url(forAuxiliaryExecutable: "PostgresMenuHelper.app")!.path { app.terminate() }