mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-05 18:42:29 +01:00
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
function Component() {
|
|
|
|
// do not show component selection page
|
|
installer.setDefaultPageVisible(QInstaller.ComponentSelection, false);
|
|
|
|
}
|
|
|