We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206dd92 commit a0f760bCopy full SHA for a0f760b
Forms/MainForm.cs
@@ -50,6 +50,7 @@ public MainForm(NativeHelper nativeHelper)
50
{
51
if (sender.Process == null)
52
53
+ Text = Constants.ApplicationName;
54
processInfoToolStripStatusLabel.Text = "No process selected";
55
}
56
else
0 commit comments