diff options
| author | EverythingWindows <[email protected]> | 2022-11-24 08:18:00 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-24 08:18:00 +0700 |
| commit | a594d38810939c8afbf0e12fb970d8aa3fd880e5 (patch) | |
| tree | 0d4dc7b1453e5f619376589ae9c18a63c0e00335 /ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb | |
| parent | 537ba4982ec7c8b3a1a3609fe13bc6f0624fee73 (diff) | |
| download | shiftos-therevival-old-a594d38810939c8afbf0e12fb970d8aa3fd880e5.tar.gz shiftos-therevival-old-a594d38810939c8afbf0e12fb970d8aa3fd880e5.tar.bz2 shiftos-therevival-old-a594d38810939c8afbf0e12fb970d8aa3fd880e5.zip | |
Developing Chapter 2 stuff now
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb')
| -rw-r--r-- | ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb | 4 |
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 ce0e246..e688e9c 100644 --- a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb +++ b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_App.vb @@ -9,7 +9,9 @@ Case "knowledge_input" DuWM_NewProcess(Uni_KnowledgeInput) Case "shifter" - DuWM_NewProcess(DuWM_Shifter) + If Strings.AvailableFeature(36) = 0 Then + DuWM_NewProcess(DuWM_Shifter) + End If End Select End Select End Sub |
