mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-06 15:34:06 +08:00
moved command lower
This commit is contained in:
parent
2004d89a78
commit
237a513153
1 changed files with 9 additions and 9 deletions
|
|
@ -2917,15 +2917,6 @@ export const defaultCommands: MonkeyTypes.CommandsGroup = {
|
|||
icon: "fa-ad",
|
||||
subgroup: commandsEnableAds,
|
||||
},
|
||||
{
|
||||
id: "watchVideoAd",
|
||||
display: "Watch video ad",
|
||||
alias: "support donate",
|
||||
icon: "fa-ad",
|
||||
exec: (): void => {
|
||||
VideoAdPopup.show();
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "changeTheme",
|
||||
display: "Theme...",
|
||||
|
|
@ -3379,6 +3370,15 @@ export const defaultCommands: MonkeyTypes.CommandsGroup = {
|
|||
visible: false,
|
||||
subgroup: commandsMonkeyPowerLevel,
|
||||
},
|
||||
{
|
||||
id: "watchVideoAd",
|
||||
display: "Watch video ad",
|
||||
alias: "support donate",
|
||||
icon: "fa-ad",
|
||||
exec: (): void => {
|
||||
VideoAdPopup.show();
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "shareTestSettings",
|
||||
display: "Share test settings",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue