aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/Applications/Console.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-20 21:53:17 +0700
committerEverythingWindows <[email protected]>2022-11-20 21:53:17 +0700
commit3f4edf1b79ee4ee5a73251930af641bcd0db225e (patch)
treec018dad0d65e9997867f951df94ef907ea18956c /ShiftOS-TheRevival/MainForms/Applications/Console.vb
parent9d384be17594240918b6b277521d3eaa15151ae9 (diff)
downloadshiftos-therevival-old-3f4edf1b79ee4ee5a73251930af641bcd0db225e.tar.gz
shiftos-therevival-old-3f4edf1b79ee4ee5a73251930af641bcd0db225e.tar.bz2
shiftos-therevival-old-3f4edf1b79ee4ee5a73251930af641bcd0db225e.zip
trial on Dual Window Manager
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Applications/Console.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/Applications/Console.vb3
1 files changed, 2 insertions, 1 deletions
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 |"