fix: initial gui name
This commit is contained in:
3
MainForm.Designer.cs
generated
3
MainForm.Designer.cs
generated
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user