1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Select password field when it is wrong Fixes #2584

This commit is contained in:
TheNain38 2015-11-26 14:18:03 +01:00
parent 0ef39aa06a
commit ceb63a87d9

View File

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