1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 14:27:56 +00:00

apply auto-format changes

This commit is contained in:
d47081 2023-11-11 20:47:26 +02:00
parent e1312d977d
commit 3c3695cd7c

View File

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