mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 03:50:20 -07:00
Fix WebUI greeting for qbittorrent-nox
* Check if WebUI is enabled and print an appropriate message otherwise. * Print an actual runtime server scheme, address and port. PR #19696.
This commit is contained in:
parent
e6ec3d0c2b
commit
90e023f138
5 changed files with 57 additions and 13 deletions
|
@ -50,6 +50,7 @@ namespace Http
|
|||
|
||||
bool setupHttps(const QByteArray &certificates, const QByteArray &privateKey);
|
||||
void disableHttps();
|
||||
bool isHttps() const;
|
||||
|
||||
private slots:
|
||||
void dropTimedOutConnection();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue