profiles: Empty the text field when an incorrect password is entered

This commit is contained in:
Owain van Brakel
2019-09-04 12:39:53 +02:00
parent af8fc79067
commit bb088aeb89

View File

@@ -388,6 +388,7 @@ class ProfilesPanel extends PluginPanel
{
error = true;
showErrorMessage("Unable to load data", "Incorrect password!");
txtDecryptPassword.setText("");
}
if (error)