extra loading joke
This commit is contained in:
parent
37e9af7ca6
commit
49b31c7e84
2 changed files with 2 additions and 1 deletions
|
@ -235,6 +235,7 @@
|
|||
"{LOADINGMSG2_7}": "[systemd] There's no antidote...",
|
||||
"{LOADINGMSG2_8}": "[systemd] Can I at least have a muffin?",
|
||||
"{LOADINGMSG2_9}": "[systemd] System initiated, but I still want a cake.",
|
||||
"{LOADINGMSG2_10}": "[sysvinit] Your init system has been upgraded.",
|
||||
|
||||
//Format editor
|
||||
"{FORMATEDITOR_COMMAND_LOWER}": "command",
|
||||
|
|
|
@ -107,7 +107,7 @@ namespace ShiftOS.Engine
|
|||
SkinEngine.Init();
|
||||
Random rnd = new Random();
|
||||
int loadingJoke1 = rnd.Next(10);
|
||||
int loadingJoke2 = rnd.Next(10);
|
||||
int loadingJoke2 = rnd.Next(11);
|
||||
|
||||
TerminalBackend.OpenTerminal();
|
||||
|
||||
|
|
Reference in a new issue