1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 03:50:08 +02:00

Fixes comment about removed ducky

This commit is contained in:
2019-06-12 19:49:07 +02:00
parent e5de6b6e59
commit 821f43af76

View File

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