moved average

This commit is contained in:
Miodec 2022-02-21 02:52:54 +01:00
parent a0f911961f
commit b59392cf1c

View file

@ -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...",