Fixed bug when the password entry window was opened twice

This commit is contained in:
Alexander 2019-08-21 16:19:10 +03:00
parent 372d614f7a
commit 905dc5ba0b

View file

@ -771,7 +771,7 @@ private void MainWindow_Load(object sender, EventArgs e)
MenuIcons();
DeleteUpdateFiles();
if (args.Length > 1) /*drag & drop to executable*/
if (args.Length == 2) /*drag & drop to executable*/
{
OpenAsotiations();
}