mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 12:00:10 +08:00
Added randomiseTheme to commandline
This commit is contained in:
parent
8b7c944ed7
commit
fcbd8b3ba6
1 changed files with 5 additions and 0 deletions
|
@ -365,6 +365,11 @@ let commands = {
|
|||
showCommandLine();
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "randomiseTheme",
|
||||
display: "Next random theme",
|
||||
exec: () => randomiseTheme()
|
||||
},
|
||||
{
|
||||
id: "bailOut",
|
||||
display: "Bail out...",
|
||||
|
|
Loading…
Reference in a new issue