QtIFW: Don't show component selection page if it don't need
This commit is contained in:
parent
5399280873
commit
2aadb02f83
|
@ -1,6 +1,7 @@
|
||||||
function Component()
|
function Component()
|
||||||
{
|
{
|
||||||
// default constructor
|
// Do not show component selection page
|
||||||
|
installer.setDefaultPageVisible(QInstaller.ComponentSelection, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
Component.prototype.createOperations = function()
|
Component.prototype.createOperations = function()
|
||||||
|
|
Loading…
Reference in New Issue