Merge pull request #892 from BillOatman/master
Brian [2016-08-11 13:09:32]
Merge pull request #892 from BillOatman/master
Mark password field on the settings form as being a password so it is not displayed in plain text.
diff --git a/PokemonGo/RocketAPI/Window/SettingsForm.Designer.cs b/PokemonGo/RocketAPI/Window/SettingsForm.Designer.cs
index a0275de..cad6ff2 100644
--- a/PokemonGo/RocketAPI/Window/SettingsForm.Designer.cs
+++ b/PokemonGo/RocketAPI/Window/SettingsForm.Designer.cs
@@ -185,6 +185,7 @@ namespace PokemonGo.RocketAPI.Window
this.UserPasswordBox.Location = new System.Drawing.Point(96, 71);
this.UserPasswordBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.UserPasswordBox.Name = "UserPasswordBox";
+ this.UserPasswordBox.PasswordChar = '*';
this.UserPasswordBox.Size = new System.Drawing.Size(158, 21);
this.UserPasswordBox.TabIndex = 12;
//
@@ -469,7 +470,7 @@ namespace PokemonGo.RocketAPI.Window
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MinimumSize = new System.Drawing.Size(732, 408);
this.Name = "SettingsForm";
- this.Padding = new System.Windows.Forms.Padding(10, 10, 10, 10);
+ this.Padding = new System.Windows.Forms.Padding(10);
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Settings";
diff --git a/README.md b/README.md
index 0e3d298..c8bc217 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@
* https://discord.gg/y6EU2qY
## Window
-
-
+
+
A Pokémon Go bot in C#
You may download the files in Public Git.