mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 13:12:26 -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;
|
return;
|
||||||
|
|
||||||
pctx.fillStyle = '#bbb'; pctx.fillRect((x - w / 2) - 1, 0, w + 2, pc.h);
|
pctx.fillStyle = '#bbb'; pctx.fillRect((x - w / 2) - 1, 0, w + 2, pc.h);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue