fix: initial gui name

This commit is contained in:
fenopy
2024-05-20 11:54:48 -05:00
parent 32d30df8a3
commit 3d8c06e726

3
MainForm.Designer.cs generated
View File

@@ -1320,6 +1320,7 @@ namespace AndroidSideloader
//
// webView21
//
this.webView21.AllowExternalDrop = true;
this.webView21.CreationProperties = null;
this.webView21.DefaultBackgroundColor = System.Drawing.Color.White;
this.webView21.Location = new System.Drawing.Point(224, 493);
@@ -1448,7 +1449,7 @@ namespace AndroidSideloader
this.Name = "MainForm";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Rookie\'s Sideloader";
this.Text = "Rookie Sideloader";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.Shown += new System.EventHandler(this.Form1_Shown);