We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd88d6 commit 6d829ceCopy full SHA for 6d829ce
1 file changed
developer_platform_installer.iss
@@ -582,7 +582,11 @@ begin
582
SelectBreadcrumb(1);
583
end else if (CurPageID = ComponentPageID) then
584
begin
585
- SelectBreadcrumb(2);
+ SelectBreadcrumb(2);
586
+ end else if (CurPageID = DownloadPageID) then
587
+ begin
588
+ SelectBreadcrumb(3);
589
+ WizardForm.NextButton.Visible := False;
590
end;
591
592
0 commit comments