moved command lower

This commit is contained in:
Miodec 2022-08-31 01:46:32 +02:00
parent 2004d89a78
commit 237a513153

View file

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