mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Fixed bug when the password entry window was opened twice
This commit is contained in:
parent
372d614f7a
commit
905dc5ba0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue