mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
fix typo (#1393 is closed?)
This commit is contained in:
@@ -46,7 +46,7 @@ Canvas { // Visualizer
|
||||
}
|
||||
root.smoothPoints.push(sum / count);
|
||||
}
|
||||
if (!root.live) smoothedPoints.fill(0); // If not playing, show no points
|
||||
if (!root.live) root.smoothPoints.fill(0); // If not playing, show no points
|
||||
|
||||
ctx.beginPath();
|
||||
ctx.moveTo(0, h);
|
||||
|
||||
Reference in New Issue
Block a user