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:
parent
0ef39aa06a
commit
ceb63a87d9
|
@ -214,6 +214,7 @@ void LoginScreen::onLogin()
|
|||
{
|
||||
QMessageBox::critical(this, tr("Couldn't load this profile"),
|
||||
tr("Wrong password."));
|
||||
ui->loginPassword->selectAll();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user