mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
implement https://calamares.io/bugs/browse/CAL-341
This commit is contained in:
parent
e0b1290b8c
commit
c89bd1db23
4 changed files with 14 additions and 0 deletions
|
@ -425,3 +425,9 @@ UsersPage::setAutologinDefault( bool checked )
|
|||
{
|
||||
ui->checkBoxAutoLogin->setChecked( checked );
|
||||
}
|
||||
|
||||
void
|
||||
UsersPage::setBoxReusePassword( bool checked )
|
||||
{
|
||||
ui->checkBoxReusePassword->setChecked( checked );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue