From e3e595d469234ef2cff554dd37db1a61225b28c2 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Sat, 10 Oct 2020 00:05:31 +0800 Subject: [PATCH] cut: edit process mode endwith ".exe" check --- Netch/Forms/Mode/Process.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Netch/Forms/Mode/Process.cs b/Netch/Forms/Mode/Process.cs index 04dddd60..049b379b 100644 --- a/Netch/Forms/Mode/Process.cs +++ b/Netch/Forms/Mode/Process.cs @@ -142,10 +142,6 @@ namespace Netch.Forms.Mode if (!string.IsNullOrWhiteSpace(ProcessNameTextBox.Text)) { var process = ProcessNameTextBox.Text; - if (!process.EndsWith(".exe")) - { - process += ".exe"; - } if (!RuleListBox.Items.Contains(process)) {