diff options
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications/Internal')
| -rw-r--r-- | ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb index e7b22f1..48caef6 100644 --- a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb +++ b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb @@ -14,6 +14,8 @@ If Strings.AvailableFeature(36) = 1 Then DuWM_NewProcess(DuWM_Shifter) End If + Case "file_skimmer" + DuWM_NewProcess(Uni_FileSkimmer) End Select End Select End Sub |
