You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
for i := 0toPSelReleaseListBox.Items.Count - 1dobegin
168
-
if Prerelease = IsPrerelease(TStrings(PSelReleaseListBox.ItemObject[i])) thenbegin
169
-
Result := TStrings(PSelReleaseListBox.ItemObject[i]);
167
+
for i := 0toPSelRelease.CheckListBox.Items.Count - 1dobegin
168
+
if Prerelease = IsPrerelease(TStrings(PSelRelease.CheckListBox.ItemObject[i])) thenbegin
169
+
Result := TStrings(PSelRelease.CheckListBox.ItemObject[i]);
170
170
break;
171
171
end;
172
172
end;
@@ -224,11 +224,7 @@ begin
224
224
225
225
PSelInstallType := CreateInputOptionPage(wpWelcome, 'Select Elixir installation type', 'Select which installation type you want to perform, then click Next.', 'I want to:', True, False);
226
226
227
-
PSelRelease := CreateCustomPage(PSelInstallType.ID, 'Select Elixir release', 'Setup will download and install the Elixir release you select.');
PSelRelease := CreateInputOptionPage(PSelInstallType.ID, 'Select Elixir release', 'Setup will download and install the Elixir release you select.', 'All releases available to install are listed below, from newest to oldest.', True, True);
0 commit comments