mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-28 14:34:36 +00:00
hide the StartMenuSelection page
At the moment it would be only the readme file and the unsinstaller and that isn't worse enough. Change-Id: I1d48a0d6deb4e3e42a9f57c50b3cf791cd1edf86 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
parent
1dd7a59333
commit
f7143ad5a8
@ -9,4 +9,6 @@ function Component()
|
||||
|
||||
// do not show component selection page
|
||||
installer.setDefaultPageVisible(QInstaller.ComponentSelection, false);
|
||||
// no startmenu entry so no need to ask where to create it
|
||||
installer.setDefaultPageVisible(QInstaller.StartMenuSelection, false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user