mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 05:35:05 +08:00
moved average
This commit is contained in:
parent
a0f911961f
commit
b59392cf1c
1 changed files with 6 additions and 6 deletions
|
@ -2593,12 +2593,6 @@ export const defaultCommands: MonkeyTypes.CommandsGroup = {
|
|||
icon: "fa-percentage",
|
||||
subgroup: commandsLiveAcc,
|
||||
},
|
||||
{
|
||||
id: "changeShowAvg",
|
||||
display: "Show average...",
|
||||
icon: "fa-tachometer-alt",
|
||||
subgroup: commandsShowAvg,
|
||||
},
|
||||
{
|
||||
id: "changeLiveBurst",
|
||||
display: "Live burst...",
|
||||
|
@ -2859,6 +2853,12 @@ export const defaultCommands: MonkeyTypes.CommandsGroup = {
|
|||
icon: "fa-highlighter",
|
||||
subgroup: commandsHighlightMode,
|
||||
},
|
||||
{
|
||||
id: "changeShowAvg",
|
||||
display: "Show average...",
|
||||
icon: "fa-tachometer-alt",
|
||||
subgroup: commandsShowAvg,
|
||||
},
|
||||
{
|
||||
id: "changeCustomBackground",
|
||||
display: "Custom background...",
|
||||
|
|
Loading…
Reference in a new issue