mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -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
|
@ -181,3 +181,8 @@ void Server::disableHttps()
|
|||
m_certificates.clear();
|
||||
m_key.clear();
|
||||
}
|
||||
|
||||
bool Server::isHttps() const
|
||||
{
|
||||
return m_https;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue