mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
WebUI: Fix unknown country flag path
This commit is contained in:
@@ -1752,7 +1752,7 @@ window.qBittorrent.DynamicTable ??= (() => {
|
||||
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;
|
||||
td.title = country;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user