Merge pull request #400 from d3agle/master

PW Recovery user notification
This commit is contained in:
MaxXor 2015-09-20 14:18:16 +02:00
commit 3154b77b22
1 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,9 @@ namespace xServer.Forms
Invoke(new MethodInvoker(() => { lstPasswords.Items.AddRange(items.ToArray()); }));
UpdateRecoveryCount();
}
if (logins.Length == 0)
MessageBox.Show("Could not recover anything!", "Password Recovery", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
catch
{