From 3f4edf1b79ee4ee5a73251930af641bcd0db225e Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Sun, 20 Nov 2022 21:53:17 +0700 Subject: trial on Dual Window Manager --- ShiftOS-TheRevival/MainForms/Applications/Console.vb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ShiftOS-TheRevival/MainForms/Applications/Console.vb') diff --git a/ShiftOS-TheRevival/MainForms/Applications/Console.vb b/ShiftOS-TheRevival/MainForms/Applications/Console.vb index 3ae1603..61f6920 100644 --- a/ShiftOS-TheRevival/MainForms/Applications/Console.vb +++ b/ShiftOS-TheRevival/MainForms/Applications/Console.vb @@ -17,6 +17,7 @@ Public Class Console Public ShOSKey As String 'DOSKEY tracking string for ShiftOS Public Secure As Boolean 'Define either Secure Text mode is enabled or not (experimental!) Public SecureString As String 'String for Secure Text mode (experimental) + Public DuWM_PID As Integer 'DuWM Process ID Private Sub Console_Load(sender As Object, e As EventArgs) Handles MyBase.Load With ShortcutHandler @@ -223,7 +224,7 @@ Public Class Console End If End If End If - If Strings.OnceInfo(0) = "Yes" Then + If Strings.OnceInfo(0) = "Yes" Then InfoBar.Text = InfoBar.Text & " root |" Else InfoBar.Text = InfoBar.Text & " user |" -- cgit v1.2.3