diff --git a/phpmon/AppDelegate.swift b/phpmon/AppDelegate.swift index 0b098e7..614610c 100644 --- a/phpmon/AppDelegate.swift +++ b/phpmon/AppDelegate.swift @@ -80,11 +80,13 @@ class AppDelegate: NSObject, NSApplicationDelegate { menu.addItem(NSMenuItem(title: string, action: nil, keyEquivalent: "")) menu.addItem(NSMenuItem.separator()) if (self.availablePhpVersions.count > 0 && !self.busy) { - for index in (0..