Skip to content
Snippets Groups Projects
Commit 0404413b authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Store active user in GlobalStorage as username.

parent 3bef0b83
Branches
Tags
No related merge requests found
...@@ -112,6 +112,8 @@ UsersPage::createJobs() ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment