This commit is contained in:
Miodec 2022-01-21 13:42:50 +01:00
parent 8d2ee533c9
commit 44023f2bda

View file

@ -18,7 +18,7 @@ let maxChartVal;
let useUnsmoothedRaw = false;
export function toggleUnsmoothed() {
export function toggleUnsmoothedRaw() {
useUnsmoothedRaw = !useUnsmoothedRaw;
Notifications.add(useUnsmoothedRaw ? "on" : "off", 1);
}