mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Add zlib version to GUI & stackdump
This commit is contained in:
@@ -671,6 +671,10 @@
|
||||
<td>OpenSSL:</td>
|
||||
<td><span id="opensslVersion"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>zlib:</td>
|
||||
<td><span id="zlibVersion"></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@@ -691,6 +695,7 @@
|
||||
$('libtorrentVersion').textContent = info.libtorrent;
|
||||
$('boostVersion').textContent = info.boost;
|
||||
$('opensslVersion').textContent = info.openssl;
|
||||
$('zlibVersion').textContent = info.zlib;
|
||||
$('qbittorrentVersion').textContent += " (" + info.bitness + "-bit)";
|
||||
}
|
||||
}).send();
|
||||
|
||||
Reference in New Issue
Block a user