aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/Applications/Terminal.cs1
-rw-r--r--ShiftOS.WinForms/UniteLoginDialog.Designer.cs4
2 files changed, 3 insertions, 2 deletions
diff --git a/ShiftOS.WinForms/Applications/Terminal.cs b/ShiftOS.WinForms/Applications/Terminal.cs
index 3b1a020..d35f7e0 100644
--- a/ShiftOS.WinForms/Applications/Terminal.cs
+++ b/ShiftOS.WinForms/Applications/Terminal.cs
@@ -283,6 +283,7 @@ namespace ShiftOS.WinForms.Applications
}
TerminalBackend.LastCommand = text3;
TextSent?.Invoke(text4);
+ TerminalBackend.SendText(text4);
if (TerminalBackend.InStory == false)
{
if (text3 == "stop theme")
diff --git a/ShiftOS.WinForms/UniteLoginDialog.Designer.cs b/ShiftOS.WinForms/UniteLoginDialog.Designer.cs
index daf385b..f510393 100644
--- a/ShiftOS.WinForms/UniteLoginDialog.Designer.cs
+++ b/ShiftOS.WinForms/UniteLoginDialog.Designer.cs
@@ -51,9 +51,9 @@
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(16, 82);
this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(58, 13);
+ this.label2.Size = new System.Drawing.Size(35, 13);
this.label2.TabIndex = 1;
- this.label2.Text = "Username:";
+ this.label2.Text = "Email:";
//
// label3
//