From 33fd8cfbdfa13f4255f2a43ff7dabde5ef1a7f60 Mon Sep 17 00:00:00 2001 From: papeh Date: Fri, 9 Dec 2022 14:22:50 -0600 Subject: [PATCH] Show the Receive Project dialog in the taskbar (#315) When it is opened from the FieldWorks Welcome dialog (and perhaps other times), it is the only dialog, so the application disappears from the taskbar entirely. --- src/Chorus/UI/Clone/GetSharedProjectDlg.Designer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Chorus/UI/Clone/GetSharedProjectDlg.Designer.cs b/src/Chorus/UI/Clone/GetSharedProjectDlg.Designer.cs index 77a627ecb..3e5a619f9 100644 --- a/src/Chorus/UI/Clone/GetSharedProjectDlg.Designer.cs +++ b/src/Chorus/UI/Clone/GetSharedProjectDlg.Designer.cs @@ -111,7 +111,6 @@ private void InitializeComponent() this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "GetSharedProjectDlg"; - this.ShowInTaskbar = false; this.Text = "Receive project"; ((System.ComponentModel.ISupportInitialize)(this.l10NSharpExtender1)).EndInit(); this.ResumeLayout(false);