Set ShowInTaskbar false

This commit is contained in:
Jaex 2023-03-12 07:50:56 +03:00
parent bc4d08c861
commit 6c45e29629

View file

@ -37,8 +37,9 @@ private void InitializeComponent()
this.ClientSize = new System.Drawing.Size(400, 400);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "ScrollingCaptureRegionForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "ScrollingCaptureRegionForm";
this.Text = "ShareX - Scrolling capture";
this.ResumeLayout(false);
}