mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
Actually load the additional config map into the ViewStep.
This commit is contained in:
parent
b20eaaf4f8
commit
df9f803572
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ ViewModule::loadSelf()
|
|||
if ( m_loader )
|
||||
{
|
||||
ViewStep *vs = qobject_cast< ViewStep* >( m_loader->instance() );
|
||||
vs->setConfigurationMap( m_configurationMap );
|
||||
if ( vs )
|
||||
{
|
||||
ViewManager::instance()->addViewStep( vs );
|
||||
|
|
Loading…
Add table
Reference in a new issue