mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 15:36:42 +08:00
added 'off' alias to funbox none
This commit is contained in:
parent
0648399cbd
commit
3f0661c335
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ let commandsFunbox = {
|
|||
id: "changeFunboxNone",
|
||||
display: "none",
|
||||
configValue: "none",
|
||||
alias: "off",
|
||||
exec: () => {
|
||||
if (Funbox.setFunbox("none", null)) {
|
||||
TestLogic.restart();
|
||||
|
|
Loading…
Reference in a new issue