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); })