From ec29a7fecd86bed2d602698fbf8884b26032058f Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 20 Sep 2022 13:40:25 +0200 Subject: [PATCH] reordered commands --- frontend/src/ts/commandline/commands.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/ts/commandline/commands.ts b/frontend/src/ts/commandline/commands.ts index 571c21b09..8931cd906 100644 --- a/frontend/src/ts/commandline/commands.ts +++ b/frontend/src/ts/commandline/commands.ts @@ -244,6 +244,9 @@ export const commands: MonkeyTypes.CommandsSubgroup = { ...KeymapShowTopRowCommands, //theme + ...ThemesCommands, + ...CustomThemeCommands, + ...CustomThemesListCommands, ...FlipTestColorsCommands, ...ColorfulModeCommands, { @@ -269,9 +272,6 @@ export const commands: MonkeyTypes.CommandsSubgroup = { return Config.randomTheme !== "off"; }, }, - ...ThemesCommands, - ...CustomThemeCommands, - ...CustomThemesListCommands, //showhide elements ...LiveWpmCommands,