diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index c166972..ae8d365 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -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(); }