From 237a513153141f8ceb9d6065d46948b90be5ea18 Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 31 Aug 2022 01:46:32 +0200 Subject: [PATCH] moved command lower --- frontend/src/ts/elements/commandline-lists.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/ts/elements/commandline-lists.ts b/frontend/src/ts/elements/commandline-lists.ts index 6fe1abbf9..355707334 100644 --- a/frontend/src/ts/elements/commandline-lists.ts +++ b/frontend/src/ts/elements/commandline-lists.ts @@ -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",