mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Password generator window now showing in taskbar
This commit is contained in:
parent
bef0cc4cf7
commit
45eba62f5d
1 changed files with 0 additions and 1 deletions
|
|
@ -240,7 +240,6 @@ private void InitializeComponent()
|
|||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "PasswordGeneratorFrom";
|
||||
this.ShowInTaskbar = false;
|
||||
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
||||
this.Text = "Password Generator";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PasswordGeneratorFrom_FormClosing);
|
||||
|
|
|
|||
Loading…
Reference in a new issue