1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-06 19:12:30 +01:00
ScreenPlay/Tools/Installer/installscript.qs

8 lines
143 B
Plaintext
Raw Permalink Normal View History

function Component() {
// do not show component selection page
installer.setDefaultPageVisible(QInstaller.ComponentSelection, false);
}