Don't try to hide QInstaller.Introduction

It never worked (it was shown anyway), and in the new installer
framework 4.5.0 this breaks the target dir selection on the
next page.
This commit is contained in:
Christoph Reiter 2022-11-12 19:32:12 +01:00
parent 3b0215d235
commit cbdbd2e246

View File

@ -41,7 +41,6 @@ function Component() {
var targetDir = installer.value("TargetDir", systemDrive+"\\msys64")
installer.setValue("TargetDir", targetDir);
installer.setDefaultPageVisible(QInstaller.Introduction, false);
installer.setDefaultPageVisible(QInstaller.TargetDirectory, true);
installer.setDefaultPageVisible(QInstaller.ComponentSelection, false);
installer.setDefaultPageVisible(QInstaller.ReadyForInstallation, false);