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

main
Adriaan de Groot 4 years ago
parent b4a21d7aca
commit 7bae625f46

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

Loading…
Cancel
Save