From 660aabcb65a2bc9b83d33bc47243caa1c13be0c8 Mon Sep 17 00:00:00 2001 From: Milkenm Date: Fri, 1 May 2020 22:37:21 +0100 Subject: [PATCH] Message form is now visible in the task bar --- ChillinRoomGMG/Forms/Message.Designer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ChillinRoomGMG/Forms/Message.Designer.cs b/ChillinRoomGMG/Forms/Message.Designer.cs index b2de21f..a236bc8 100644 --- a/ChillinRoomGMG/Forms/Message.Designer.cs +++ b/ChillinRoomGMG/Forms/Message.Designer.cs @@ -109,7 +109,6 @@ private void InitializeComponent() this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Message"; - this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Message"; this.panel_background.ResumeLayout(false);