clicking on the theme button will now show the theme list even if single list mode is enabled

This commit is contained in:
Jack 2021-08-07 15:50:25 +01:00
parent 7007995f11
commit 82d5211521

View file

@ -258,7 +258,7 @@ $(document).on("click", "#bottom .leftright .right .current-theme", (e) => {
// if (Config.customTheme) {
// toggleCustomTheme();
// }
CommandlineLists.setCurrent([CommandlineLists.themeCommands]);
CommandlineLists.pushCurrent(CommandlineLists.themeCommands);
Commandline.show();
}
});