mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
Consistent config item naming.
This commit is contained in:
parent
56c340a607
commit
5f3e5bf372
1 changed files with 2 additions and 1 deletions
|
@ -397,7 +397,8 @@ PartitionViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
|||
if ( configurationMap.contains( "drawNestedPartitions" ) &&
|
||||
configurationMap.value( "drawNestedPartitions" ).type() == QVariant::Bool )
|
||||
{
|
||||
gs->insert( "drawNestedPartitions", configurationMap.value( "nestedPartitions", false ).toBool() );
|
||||
gs->insert( "drawNestedPartitions",
|
||||
configurationMap.value( "drawNestedPartitions", false ).toBool() );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue