mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-06 19:08:06 +08:00
Make Power Mode visible only when searching
This commit is contained in:
parent
a0b8944f21
commit
4e37890da9
1 changed files with 1 additions and 0 deletions
|
|
@ -2069,6 +2069,7 @@ export let defaultCommands = {
|
|||
id: "monkeyPower",
|
||||
display: "Power mode...",
|
||||
alias: "powermode",
|
||||
visible: false,
|
||||
subgroup: true,
|
||||
exec: () => {
|
||||
current.push(commandsMonkeyPowerLevel);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue