mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
Allow setting the default for autologin/no autologin.
This commit is contained in:
parent
761f22443b
commit
4ae55d0108
3 changed files with 15 additions and 0 deletions
|
@ -407,3 +407,11 @@ UsersPage::onRootPasswordTextChanged( const QString& )
|
|||
|
||||
emit checkReady( isReady() );
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
UsersPage::setAutologinDefault( bool checked )
|
||||
{
|
||||
ui->checkBoxLoginAuto->setChecked( checked );
|
||||
ui->checkBoxLoginNormal->setChecked( !checked );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue