diff options
| author | EverythingWindows <[email protected]> | 2022-11-08 10:22:01 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-08 10:22:01 +0700 |
| commit | f96d01a788001a9747da8b27be11de785093c28d (patch) | |
| tree | 1d10653298bea6c9cab2d2835a380ae2f464887f /ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb | |
| parent | 0a2b03e31283da77d6feaa2fd9d65349a9e82602 (diff) | |
| download | shiftos-therevival-old-f96d01a788001a9747da8b27be11de785093c28d.tar.gz shiftos-therevival-old-f96d01a788001a9747da8b27be11de785093c28d.tar.bz2 shiftos-therevival-old-f96d01a788001a9747da8b27be11de785093c28d.zip | |
minor moving fixes
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb b/ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb index 9d2f6eb..de97756 100644 --- a/ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb +++ b/ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb @@ -201,10 +201,11 @@ Case "infobar" Terminal.InfoBar.BackColor = BgColor Terminal.InfoBar.ForeColor = FgColor + Strings.ComputerInfo(6) = Bg & Fg Case "terminal" Terminal.TextBox1.BackColor = BgColor Terminal.TextBox1.ForeColor = FgColor - Strings.OnceInfo(3) = Bg & Fg + Strings.ComputerInfo(5) = Bg & Fg End Select End Sub End Module |
