Add zlib version to GUI & stackdump

This commit is contained in:
silverqx
2019-06-10 19:14:59 +02:00
parent 3a0f0c2f58
commit 4f4f435e76
7 changed files with 41 additions and 3 deletions

View File

@@ -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();