[netinstall] Match comment to code (casing of the identifier)
This commit is contained in:
parent
6a2e80a0b7
commit
19afa46978
@ -64,7 +64,7 @@ NetInstallPage::onActivate()
|
||||
{
|
||||
ui->groupswidget->setFocus();
|
||||
|
||||
// The NetInstallSelect global storage value can be used to make additional items selected by default
|
||||
// The netinstallSelect global storage value can be used to make additional items selected by default
|
||||
Calamares::GlobalStorage* gs = Calamares::JobQueue::instance()->globalStorage();
|
||||
const QStringList selectNames = gs->value( "netinstallSelect" ).toStringList();
|
||||
if ( !selectNames.isEmpty() )
|
||||
|
Loading…
Reference in New Issue
Block a user