revert trying to skip rendering wave bar when it's disabled because it broke the position indicator

This commit is contained in:
Til Schmitter 2026-05-09 15:17:08 +02:00
parent 3a22949c8b
commit 754bc36cd6

View file

@ -2771,7 +2771,7 @@ var pbar = (function () {
});
}
if (!widget.is_open || !r.waves)
if (!widget.is_open)
return;
pctx.fillStyle = '#bbb'; pctx.fillRect((x - w / 2) - 1, 0, w + 2, pc.h);