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
-rw-r--r--ShiftOS-TheRevival/TerminalApplications/Internal/Com_Applist.vb3
2 files changed, 6 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
diff --git a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Applist.vb b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Applist.vb
index 63941a1..b12ad2c 100644
--- a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Applist.vb
+++ b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Applist.vb
@@ -3,6 +3,9 @@
NewLine("ShiftOS Graphical Application List")
NewLine("To run a program, you can type 'app ' and the name of the program listed below (along with its underscore or any symbols included)")
NewLine(Nothing)
+ If Strings.AvailableFeature(44) = 1 Then
+ NewLine("FILE_SKIMMER A file manager for ShiftOS")
+ End If
If Strings.AvailableFeature(37) = 1 Then
NewLine("KNOWLEDGE_INPUT Simple puzzle game where you guess as many things as you can")
End If