Browse Source

Merge pull request #2593 from TheNain38:patch-2

TheNain38 (1):
      Select password field when it is wrong Fixes #2584
pull/2620/head
Zetok Zalbavar 10 years ago
parent
commit
6a7479912e
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 1
      src/widget/loginscreen.cpp

1
src/widget/loginscreen.cpp

@ -214,6 +214,7 @@ void LoginScreen::onLogin() @@ -214,6 +214,7 @@ void LoginScreen::onLogin()
{
QMessageBox::critical(this, tr("Couldn't load this profile"),
tr("Wrong password."));
ui->loginPassword->selectAll();
return;
}
}

Loading…
Cancel
Save