clearing preview mode

This commit is contained in:
Jack 2021-08-07 15:44:56 +01:00
parent 4fd39fa8a4
commit 5a3b3ac5f1

View file

@ -127,9 +127,9 @@ export function clearPreview() {
if (isPreviewingTheme) {
isPreviewingTheme = false;
if (Config.customTheme) {
apply("custom");
apply("custom", true);
} else {
apply(Config.theme);
apply(Config.theme, true);
}
}
}