resetting to config theme when closing the command line. fixes #892

This commit is contained in:
Miodec 2021-01-28 20:06:27 +00:00
parent fdf687dc2c
commit ebdc387ca1

View file

@ -2046,6 +2046,7 @@ function triggerCommand(command) {
function hideCommandLine() {
previewFontFamily(config.fontFamily);
previewTheme(config.theme);
$("#commandLineWrapper")
.stop(true, true)
.css("opacity", 1)