Don't show description form in task bar

This commit is contained in:
Michael Bucari-Tovo 2022-05-09 22:09:47 -06:00
parent 138f94594f
commit 23460e0137

View File

@ -55,6 +55,7 @@
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DescriptionDisplay";
this.ShowInTaskbar = false;
this.Text = "DescriptionDisplay";
this.ResumeLayout(false);
this.PerformLayout();