summaryrefslogtreecommitdiff
path: root/shiftos_next/APIs/API.vb
diff options
context:
space:
mode:
Diffstat (limited to 'shiftos_next/APIs/API.vb')
-rw-r--r--shiftos_next/APIs/API.vb5
1 files changed, 4 insertions, 1 deletions
diff --git a/shiftos_next/APIs/API.vb b/shiftos_next/APIs/API.vb
index d3a70fe..af6474d 100644
--- a/shiftos_next/APIs/API.vb
+++ b/shiftos_next/APIs/API.vb
@@ -73,6 +73,8 @@
Public Sub OpenProgram(progtoopen As String)
Select Case progtoopen
+ Case "shifter", "skin", "shift"
+ Shifter.Show()
Case "shiftorium", "packages", "pacman", "code shop"
shiftorium_cmd.Show()
Case "files", "fileskimmer", "file skimmer", "fs", "file browser"
@@ -108,7 +110,8 @@
Else
AddLine("close: Invalid program """ & progtoclose & """.")
End If
-
+ Case "shifter", "skin", "shift"
+ Shifter.Hide()
Case Else
AddLine("close: Invalid program """ & progtoclose & """.")
End Select