mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
different names
This commit is contained in:
parent
a79575afe8
commit
f267410dbb
3 changed files with 3 additions and 3 deletions
|
@ -163,7 +163,7 @@ UsersViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
|||
if ( configurationMap.contains( "doReusePassword" ) &&
|
||||
configurationMap.value( "doReusePassword" ).type() == QVariant::Bool )
|
||||
{
|
||||
m_widget->setBoxReusePassword( configurationMap.value( "doReusePassword" ).toBool() );
|
||||
m_widget->setReusePasswordDefault( configurationMap.value( "doReusePassword" ).toBool() );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue