mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 14:10:59 +08:00
applying burst heatmap when changing theme
This commit is contained in:
parent
c8f2d25364
commit
1545960215
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue