From 5b319d2691ce5ef152bd7049f14f3ae4844f5390 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Mon, 1 Jul 2019 13:31:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Tweaked=20order=20of=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The latest version is now visible at the top. --- phpmon/AppDelegate.swift | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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..