From 2c85e24e5bcc1e0ef63011380636c5d1c6633a1c Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 11 Jan 2023 18:18:03 +0100 Subject: [PATCH] reverted to alphabetic commands --- frontend/src/ts/commandline/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ts/commandline/commands.ts b/frontend/src/ts/commandline/commands.ts index 2c886f478..0fb4734b2 100644 --- a/frontend/src/ts/commandline/commands.ts +++ b/frontend/src/ts/commandline/commands.ts @@ -143,7 +143,7 @@ Misc.getFontsList() ); }); -Misc.getSortedThemesList() +Misc.getThemesList() .then((themes) => { updateThemesCommands(themes); })