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

This commit is contained in:
Adriaan de Groot 2021-03-14 14:14:29 +01:00
parent b4a21d7aca
commit 7bae625f46

View File

@ -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()