mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-13 09:35:23 -04:00
Made passwords hidden
This commit is contained in:
parent
2e6b4f3e24
commit
0778d5f67f
2
Launcher/MainForm.Designer.cs
generated
2
Launcher/MainForm.Designer.cs
generated
@ -137,6 +137,7 @@ namespace Launcher
|
|||||||
this.lblMCPassword.Size = new System.Drawing.Size(77, 20);
|
this.lblMCPassword.Size = new System.Drawing.Size(77, 20);
|
||||||
this.lblMCPassword.TabIndex = 2;
|
this.lblMCPassword.TabIndex = 2;
|
||||||
this.lblMCPassword.Text = "Password";
|
this.lblMCPassword.Text = "Password";
|
||||||
|
this.txtMCPassword.PasswordChar = '*';
|
||||||
//
|
//
|
||||||
// txtMCUser
|
// txtMCUser
|
||||||
//
|
//
|
||||||
@ -601,6 +602,7 @@ namespace Launcher
|
|||||||
this.lblCCPassword.Size = new System.Drawing.Size(77, 20);
|
this.lblCCPassword.Size = new System.Drawing.Size(77, 20);
|
||||||
this.lblCCPassword.TabIndex = 2;
|
this.lblCCPassword.TabIndex = 2;
|
||||||
this.lblCCPassword.Text = "Password";
|
this.lblCCPassword.Text = "Password";
|
||||||
|
this.txtCCPassword.PasswordChar = '*';
|
||||||
//
|
//
|
||||||
// tabCCServers
|
// tabCCServers
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user