aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb')
-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 48caef6..a85ac14 100644
--- a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb
+++ b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb
@@ -15,7 +15,9 @@
DuWM_NewProcess(DuWM_Shifter)
End If
Case "file_skimmer"
- DuWM_NewProcess(Uni_FileSkimmer)
+ If Strings.AvailableFeature(44) = 1 Then
+ DuWM_NewProcess(Uni_FileSkimmer)
+ End If
End Select
End Select
End Sub