diff options
| author | EverythingWindows <[email protected]> | 2022-12-03 14:41:48 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-12-03 14:41:48 +0700 |
| commit | 16094d6b2fd9409d0866ac8f62ca355a383ebb1e (patch) | |
| tree | c671a4ebde7cae9eaebce75f81e728ece1896780 /ShiftOS-TheRevival/TerminalApplications/Internal/Com_Applist.vb | |
| parent | 245fadfa72caeb1643e97aa49c871e6bc4ff5792 (diff) | |
| download | shiftos-therevival-old-16094d6b2fd9409d0866ac8f62ca355a383ebb1e.tar.gz shiftos-therevival-old-16094d6b2fd9409d0866ac8f62ca355a383ebb1e.tar.bz2 shiftos-therevival-old-16094d6b2fd9409d0866ac8f62ca355a383ebb1e.zip | |
Shiftoriumable File Skimmer
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications/Internal/Com_Applist.vb')
| -rw-r--r-- | ShiftOS-TheRevival/TerminalApplications/Internal/Com_Applist.vb | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
