aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/TerminalApplications
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications')
-rw-r--r--ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb4
1 files changed, 3 insertions, 1 deletions
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