mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
revert trying to skip rendering wave bar when it's disabled because it broke the position indicator
This commit is contained in:
parent
3a22949c8b
commit
754bc36cd6
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue