applying burst heatmap when changing theme

This commit is contained in:
Miodec 2023-03-14 12:00:36 +01:00
parent c8f2d25364
commit 1545960215

View file

@ -54,6 +54,8 @@ ConfigEvent.subscribe((eventKey, eventValue, nosave) => {
updateWordsInputPosition(true);
}
if (eventKey === "theme") applyBurstHeatmap();
if (eventValue === undefined || typeof eventValue !== "boolean") return;
if (eventKey === "flipTestColors") flipColors(eventValue);
if (eventKey === "colorfulMode") colorful(eventValue);