Skip to content

Commit a0f760b

Browse files
committed
Fixed main form title if process gets invalid.
1 parent 206dd92 commit a0f760b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Forms/MainForm.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public MainForm(NativeHelper nativeHelper)
5050
{
5151
if (sender.Process == null)
5252
{
53+
Text = Constants.ApplicationName;
5354
processInfoToolStripStatusLabel.Text = "No process selected";
5455
}
5556
else

0 commit comments

Comments
 (0)