mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
clicking on the theme button will now show the theme list even if single list mode is enabled
This commit is contained in:
parent
7007995f11
commit
82d5211521
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue