From 2cb19f4dd09ab07893b331bf93728368ae0c3f00 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Sun, 4 Dec 2022 18:46:53 +0700 Subject: little work on the next window manager --- ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb') diff --git a/ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb b/ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb index 4ecd5b5..6675930 100644 --- a/ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb +++ b/ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb @@ -29,7 +29,7 @@ Partial Class Console Me.InfoBarTimer = New System.Windows.Forms.Timer(Me.components) Me.ToolBar = New System.Windows.Forms.TextBox() Me.ShortcutHandler = New System.ComponentModel.BackgroundWorker() - Me.DuWMHandle = New System.Windows.Forms.Timer(Me.components) + Me.ConsoleFontHandle = New System.Windows.Forms.Timer(Me.components) Me.SuspendLayout() ' 'TextBox1 @@ -81,7 +81,7 @@ Partial Class Console Me.ToolBar.TabIndex = 1 Me.ToolBar.Visible = False ' - 'DuWMHandle + 'ConsoleFontHandle ' ' 'Console @@ -109,5 +109,5 @@ Partial Class Console Friend WithEvents InfoBarTimer As Timer Friend WithEvents ToolBar As TextBox Public WithEvents ShortcutHandler As System.ComponentModel.BackgroundWorker - Friend WithEvents DuWMHandle As Timer + Friend WithEvents ConsoleFontHandle As Timer End Class -- cgit v1.2.3