Skip to content

Commit

Permalink
Do nothing when click on the toast notification
Browse files Browse the repository at this point in the history
  • Loading branch information
haojiezhe12345 committed Aug 20, 2022
1 parent 185679a commit 3a28452
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PasteIntoFile/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ static void Main(string[] args)
}
return;
}
else if (args[0][0] == '-')
{
return;
}
Application.Run(new frmMain(args[0]));
}
else
Expand Down

0 comments on commit 3a28452

Please sign in to comment.