reverted to alphabetic commands

This commit is contained in:
Miodec 2023-01-11 18:18:03 +01:00
parent 61533ff12e
commit 2c85e24e5b

View file

@ -143,7 +143,7 @@ Misc.getFontsList()
);
});
Misc.getSortedThemesList()
Misc.getThemesList()
.then((themes) => {
updateThemesCommands(themes);
})