Browse Source

apply auto-format changes

adaptive-webui
d47081 1 year ago
parent
commit
3c3695cd7c
  1. 2
      src/webui/www/private/scripts/piecesbar.js

2
src/webui/www/private/scripts/piecesbar.js

@ -55,7 +55,7 @@ window.qBittorrent.PiecesBar = (() => { @@ -55,7 +55,7 @@ window.qBittorrent.PiecesBar = (() => {
'width': 0,
'height': 0,
'downloadingColor': 'hsl(110deg 94% 27%)', // @TODO palette vars not supported for this value, apply average
'haveColor': 'hsl(210deg 55% 55%)', // @TODO palette vars not supported for this value, apply average
'haveColor': 'hsl(210deg 55% 55%)', // @TODO palette vars not supported for this value, apply average
'borderSize': 1,
'borderColor': 'var(--color-border-default)'
};

Loading…
Cancel
Save