From a594d38810939c8afbf0e12fb970d8aa3fd880e5 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Thu, 24 Nov 2022 08:18:00 +0700 Subject: Developing Chapter 2 stuff now --- ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ShiftOS-TheRevival/TerminalApplications') diff --git a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb index ce0e246..e688e9c 100644 --- a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb +++ b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb @@ -9,7 +9,9 @@ Case "knowledge_input" DuWM_NewProcess(Uni_KnowledgeInput) Case "shifter" - DuWM_NewProcess(DuWM_Shifter) + If Strings.AvailableFeature(36) = 0 Then + DuWM_NewProcess(DuWM_Shifter) + End If End Select End Select End Sub -- cgit v1.2.3