Store active user in GlobalStorage as username.
This commit is contained in:
parent
3bef0b835a
commit
0404413b05
@ -112,6 +112,8 @@ UsersPage::createJobs()
|
|||||||
if ( ui->checkBoxLoginAuto->isChecked() )
|
if ( ui->checkBoxLoginAuto->isChecked() )
|
||||||
gs->insert( "autologinUser", ui->textBoxUsername->text() );
|
gs->insert( "autologinUser", ui->textBoxUsername->text() );
|
||||||
|
|
||||||
|
gs->insert( "username", ui->textBoxUsername->text() );
|
||||||
|
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user