diff options
| author | EverythingWindows <[email protected]> | 2022-11-14 10:25:13 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-14 10:25:13 +0700 |
| commit | 47d0c108df76229c0469d2f7b62563904eae141a (patch) | |
| tree | fc730bd09bab19c4badc769ebe651d56f3a37ff4 /ShiftOS-TheRevival/MainForms/Console.Designer.vb | |
| parent | 82582215fc912b1c9d0c3a39189320cf1173efa4 (diff) | |
| download | shiftos-therevival-old-47d0c108df76229c0469d2f7b62563904eae141a.tar.gz shiftos-therevival-old-47d0c108df76229c0469d2f7b62563904eae141a.tar.bz2 shiftos-therevival-old-47d0c108df76229c0469d2f7b62563904eae141a.zip | |
Migration from Console to TerminalInteralApps and TerminalExternalApps for some commands.
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Console.Designer.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/Console.Designer.vb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Console.Designer.vb b/ShiftOS-TheRevival/MainForms/Console.Designer.vb index 505c77a..3e07714 100644 --- a/ShiftOS-TheRevival/MainForms/Console.Designer.vb +++ b/ShiftOS-TheRevival/MainForms/Console.Designer.vb @@ -56,8 +56,10 @@ Partial Class Console Me.InfoBar.Location = New System.Drawing.Point(0, 432) Me.InfoBar.Name = "InfoBar" Me.InfoBar.ReadOnly = True + Me.InfoBar.ShortcutsEnabled = False Me.InfoBar.Size = New System.Drawing.Size(800, 18) Me.InfoBar.TabIndex = 0 + Me.InfoBar.TabStop = False Me.InfoBar.Text = "Infobar" Me.InfoBar.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.InfoBar.Visible = False |
