mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
@@ -52,7 +52,7 @@ window.qBittorrent.ProgressBar = (function() {
|
||||
'lightbg': 'var(--color-background-default)',
|
||||
'lightfg': 'var(--color-text-default)'
|
||||
};
|
||||
if (parameters && $type(parameters) == 'object')
|
||||
if (parameters && ($type(parameters) == 'object'))
|
||||
$extend(vals, parameters);
|
||||
if (vals.height < 12)
|
||||
vals.height = 12;
|
||||
|
||||
Reference in New Issue
Block a user