diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index 93c1012..da6f83f 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -749,10 +749,6 @@ private void MainWindow_Load(object sender, EventArgs e) { OpenAsotiations(); } - if (args.Contains("/e")) /*encrypt*/ - { - ContextMenuEncrypt(); - } if (args.Contains("/er")) /*encrypt and replace*/ { ContextMenuEncryptReplace();