diff options
| author | Michael <[email protected]> | 2017-04-30 20:28:31 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-30 20:28:31 -0400 |
| commit | a99711507970055e02dd678e613e9d8546e6742e (patch) | |
| tree | f5e47afa6c153a0e9df5d6190b9d5fcda89ac7cc /ShiftOS.WinForms | |
| parent | 5f11bf2d299ab7575daf31970c4c504066f82a43 (diff) | |
| download | shiftos_thereturn-a99711507970055e02dd678e613e9d8546e6742e.tar.gz shiftos_thereturn-a99711507970055e02dd678e613e9d8546e6742e.tar.bz2 shiftos_thereturn-a99711507970055e02dd678e613e9d8546e6742e.zip | |
fix unite login and add multiuser support
Diffstat (limited to 'ShiftOS.WinForms')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Terminal.cs | 1 | ||||
| -rw-r--r-- | ShiftOS.WinForms/UniteLoginDialog.Designer.cs | 4 |
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 // |
