mirror of
https://github.com/netchx/netch.git
synced 2026-04-05 19:45:05 +08:00
cut: edit process mode endwith ".exe" check
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user