mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
WebUI core redesign.
This commit is contained in:
parent
9853a9fec9
commit
8a65dbaa4f
18 changed files with 1535 additions and 994 deletions
|
@ -671,8 +671,6 @@ void QBtSession::initWebUi() {
|
|||
}
|
||||
#endif
|
||||
|
||||
httpServer->setAuthorization(username, password);
|
||||
httpServer->setlocalAuthEnabled(pref->isWebUiLocalAuthEnabled());
|
||||
if (!httpServer->isListening()) {
|
||||
bool success = httpServer->listen(QHostAddress::Any, port);
|
||||
if (success)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue