[netinstall] Match comment to code (casing of the identifier)

This commit is contained in:
Adriaan de Groot 2022-01-31 12:51:56 +01:00
parent 6a2e80a0b7
commit 19afa46978

View File

@ -64,7 +64,7 @@ NetInstallPage::onActivate()
{ {
ui->groupswidget->setFocus(); 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(); Calamares::GlobalStorage* gs = Calamares::JobQueue::instance()->globalStorage();
const QStringList selectNames = gs->value( "netinstallSelect" ).toStringList(); const QStringList selectNames = gs->value( "netinstallSelect" ).toStringList();
if ( !selectNames.isEmpty() ) if ( !selectNames.isEmpty() )