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