[users] Pick up UI changes based on the values from Config

main
Adriaan de Groot
parent b4a21d7aca
commit 7bae625f46

@ -142,6 +142,8 @@ UsersPage::UsersPage( Config* config, QWidget* parent )
CALAMARES_RETRANSLATE_SLOT( &UsersPage::retranslate ) CALAMARES_RETRANSLATE_SLOT( &UsersPage::retranslate )
onReuseUserPasswordChanged( m_config->reuseUserPasswordForRoot() ); onReuseUserPasswordChanged( m_config->reuseUserPasswordForRoot() );
onFullNameTextEdited( m_config->fullName() );
reportLoginNameStatus( m_config->loginNameStatus() );
} }
UsersPage::~UsersPage() UsersPage::~UsersPage()

Loading…
Cancel
Save