1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02: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);
}