mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-22 05:26:14 +08:00
reordered commands
This commit is contained in:
parent
c5c52a5c15
commit
ec29a7fecd
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue