diff --git a/src/js/ui.js b/src/js/ui.js index abada7a37..030c1f63b 100644 --- a/src/js/ui.js +++ b/src/js/ui.js @@ -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(); } });