mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
Merge pull request #13484 from Chocobo1/webui
Fix image not loading under proxy
This commit is contained in:
@@ -1765,7 +1765,7 @@ window.qBittorrent.DynamicTable = (function() {
|
||||
}
|
||||
else {
|
||||
const treeImg = new Element('img', {
|
||||
src: '../images/L.gif',
|
||||
src: 'images/L.gif',
|
||||
styles: {
|
||||
'margin-bottom': -2
|
||||
}
|
||||
|
||||
@@ -890,7 +890,7 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="networkInterface">QBT_TR(Network Interface:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
<label for="networkInterface">QBT_TR(Network interface:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
</td>
|
||||
<td>
|
||||
<select id="networkInterface" style="width: 15em;">
|
||||
@@ -899,7 +899,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="optionalIPAddressToBind">QBT_TR(Optional IP Address to bind to:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
<label for="optionalIPAddressToBind">QBT_TR(Optional IP address to bind to:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
</td>
|
||||
<td>
|
||||
<select id="optionalIPAddressToBind" style="width: 15em;">
|
||||
|
||||
Reference in New Issue
Block a user