mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Store active user in GlobalStorage as username.
This commit is contained in:
parent
3bef0b835a
commit
0404413b05
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@ UsersPage::createJobs()
|
|||
if ( ui->checkBoxLoginAuto->isChecked() )
|
||||
gs->insert( "autologinUser", ui->textBoxUsername->text() );
|
||||
|
||||
gs->insert( "username", ui->textBoxUsername->text() );
|
||||
|
||||
return list;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue