aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/Terminal.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS/Terminal.vb')
-rw-r--r--ShiftOS/Terminal.vb4
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS/Terminal.vb b/ShiftOS/Terminal.vb
index 509fc73..54ed997 100644
--- a/ShiftOS/Terminal.vb
+++ b/ShiftOS/Terminal.vb
@@ -956,6 +956,10 @@ Public Class Terminal
If further = True Then
Select Case command
+ Case "test fullscreen login customizer"
+ FullScreenLoginCustomizer.Show()
+ Case "test fullscreen login"
+ FullScreenLogin.Show()
Case "adv app launcher on"
ShiftOSDesktop.boughtadvapplauncher = True
ShiftOSDesktop.savegame()