diff --git a/GreenshotConfluencePlugin/Forms/LoginForm.Designer.cs b/GreenshotConfluencePlugin/Forms/LoginForm.Designer.cs index ff9c8f956..9d793e904 100644 --- a/GreenshotConfluencePlugin/Forms/LoginForm.Designer.cs +++ b/GreenshotConfluencePlugin/Forms/LoginForm.Designer.cs @@ -132,6 +132,8 @@ namespace GreenshotConfluencePlugin { // checkBoxDoNotStorePassword // this.checkBoxDoNotStorePassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.checkBoxDoNotStorePassword.Checked = true; + this.checkBoxDoNotStorePassword.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxDoNotStorePassword.Location = new System.Drawing.Point(102, 99); this.checkBoxDoNotStorePassword.Name = "checkBoxDoNotStorePassword"; this.checkBoxDoNotStorePassword.Size = new System.Drawing.Size(276, 24);