From d7cdf48c58d3663550a88975747c3db04efe7c29 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Sun, 27 Nov 2022 20:58:48 +0700 Subject: nice try on file skimmer lol --- ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ShiftOS-TheRevival/TerminalApplications/Internal') 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 -- cgit v1.2.3