diff options
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb')
| -rw-r--r-- | ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb | 6 |
1 files changed, 4 insertions, 2 deletions
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 |
