From 9754f495672581abd7098c39027b512525b5f9ab Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Thu, 24 Nov 2022 21:26:45 +0700 Subject: Fully functional and partially working Shifter --- ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ShiftOS-TheRevival/TerminalApplications') diff --git a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb index e688e9c..e7b22f1 100644 --- a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb +++ b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb @@ -7,9 +7,11 @@ Case 1 Select Case AppName Case "knowledge_input" - DuWM_NewProcess(Uni_KnowledgeInput) + If Strings.AvailableFeature(37) = 1 Then + DuWM_NewProcess(Uni_KnowledgeInput) + End If Case "shifter" - If Strings.AvailableFeature(36) = 0 Then + If Strings.AvailableFeature(36) = 1 Then DuWM_NewProcess(DuWM_Shifter) End If End Select -- cgit v1.2.3