mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
WebUI: Fix unknown country flag path
This commit is contained in:
@@ -1752,7 +1752,7 @@ window.qBittorrent.DynamicTable ??= (() => {
|
|||||||
td.append(span);
|
td.append(span);
|
||||||
}
|
}
|
||||||
|
|
||||||
span.style.backgroundImage = `url('images/flags/${country_code ?? "xx"}.svg')`;
|
span.style.backgroundImage = `url('images/flags/${country_code || "xx"}.svg')`;
|
||||||
span.textContent = country;
|
span.textContent = country;
|
||||||
td.title = country;
|
td.title = country;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user