diff options
| author | TheUltimateHacker <[email protected]> | 2015-03-22 10:45:19 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-03-22 10:45:19 -0400 |
| commit | d556f57a1fd140362d19baea107d98524427a45e (patch) | |
| tree | 22848514fd9e34beece0a49c24d237e488464de0 /ShiftOS/Terminal.vb | |
| parent | a276b027fb14540aaae66b1e0f42706174b77938 (diff) | |
| download | shiftos-d556f57a1fd140362d19baea107d98524427a45e.tar.gz shiftos-d556f57a1fd140362d19baea107d98524427a45e.tar.bz2 shiftos-d556f57a1fd140362d19baea107d98524427a45e.zip | |
#1 - File Skimmer bug fix + Fullscreen Login Screen
Fixed a bug with the File Skimmer, as well as adding a FullScreen Login
Screen test that can be utilized using the "test fullscreen login"
terminal command. There's also a "test fullscreen login customizer"
command to test the Customization Options for the login screen, though I
haven't even gotten close to completing that.
I've also referenced another DLL, one that I made called
"MichaelsMovableControlSuite.dll" that contains movable variations of
Windows Forms Controls. By movable, I mean that at run-time, the user
can drag these controls around, however some functions (such as the
ability to type in a MovableTextBox) have been disabled. These controls
are used for the Login Screen customizer.
Diffstat (limited to 'ShiftOS/Terminal.vb')
| -rw-r--r-- | ShiftOS/Terminal.vb | 4 |
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() |
