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