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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user