From 996601e9cc2874b7aa6e38772bbb7ac23eed6413 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Fri, 18 Nov 2022 16:58:37 +0700 Subject: Moving majority functions of apps from TerminalExternalApp into its own separate module and fixing bug on ability to set hostname and username to blank --- ShiftOS-TheRevival/MainForms/Console.Designer.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS-TheRevival/MainForms/Console.Designer.vb') diff --git a/ShiftOS-TheRevival/MainForms/Console.Designer.vb b/ShiftOS-TheRevival/MainForms/Console.Designer.vb index 3d73ced..78dbfbf 100644 --- a/ShiftOS-TheRevival/MainForms/Console.Designer.vb +++ b/ShiftOS-TheRevival/MainForms/Console.Designer.vb @@ -103,5 +103,5 @@ Partial Class Console Friend WithEvents InfoBar As TextBox Friend WithEvents InfoBarTimer As Timer Friend WithEvents ToolBar As TextBox - Friend WithEvents ShortcutHandler As System.ComponentModel.BackgroundWorker + Public WithEvents ShortcutHandler As System.ComponentModel.BackgroundWorker End Class -- cgit v1.2.3