From 821f43af76121f0df9307c28748d584ff944b129 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Wed, 12 Jun 2019 19:49:07 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Fixes=20comment=20about=20removed?= =?UTF-8?q?=20ducky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmon/AppDelegate.swift b/phpmon/AppDelegate.swift index 6f6bba7..0b098e7 100644 --- a/phpmon/AppDelegate.swift +++ b/phpmon/AppDelegate.swift @@ -21,7 +21,7 @@ class AppDelegate: NSObject, NSApplicationDelegate { var busy: Bool = false func applicationDidFinishLaunching(_ aNotification: Notification) { - // Start with the ducky + // Start with the icon self.setStatusBar(image: NSImage(named: NSImage.Name("StatusBarIcon"))!) // Perform environment boot checks DispatchQueue.global(qos: .userInitiated).async { [unowned self] in