mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-11 18:04:27 +08:00
Change displayed names of power mode levels
This commit is contained in:
parent
4e37890da9
commit
2fc4b0e1fb
1 changed files with 4 additions and 4 deletions
|
|
@ -1303,22 +1303,22 @@ let commandsMonkeyPowerLevel = {
|
|||
},
|
||||
{
|
||||
id: "monkeyPowerLevel1",
|
||||
display: "1",
|
||||
display: "mellow",
|
||||
exec: () => UpdateConfig.setMonkeyPowerLevel("1"),
|
||||
},
|
||||
{
|
||||
id: "monkeyPowerLevel2",
|
||||
display: "2",
|
||||
display: "high",
|
||||
exec: () => UpdateConfig.setMonkeyPowerLevel("2"),
|
||||
},
|
||||
{
|
||||
id: "monkeyPowerLevel3",
|
||||
display: "3",
|
||||
display: "ultra",
|
||||
exec: () => UpdateConfig.setMonkeyPowerLevel("3"),
|
||||
},
|
||||
{
|
||||
id: "monkeyPowerLevel4",
|
||||
display: "4",
|
||||
display: "over 9000",
|
||||
exec: () => UpdateConfig.setMonkeyPowerLevel("4"),
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue