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 c66b1b2 commit cfedbd2Copy full SHA for cfedbd2
Forms/MainForm.cs
@@ -56,7 +56,7 @@ public MainForm(NativeHelper nativeHelper)
56
{
57
var text = $"{sender.Process.Name} (PID: {sender.Process.Id})";
58
59
- Text = $"{Constants.ApplicationName} {text}";
+ Text = $"{Constants.ApplicationName} - {text}";
60
processInfoToolStripStatusLabel.Text = text;
61
}
62
};
0 commit comments