mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 03:50:20 -07:00
Fix Web UI in nox
This commit is contained in:
parent
ca10c0ab09
commit
a451cf2d5f
2 changed files with 16 additions and 13 deletions
|
@ -237,6 +237,7 @@ void HttpConnection::respond() {
|
|||
QFile file(url);
|
||||
if(!file.open(QIODevice::ReadOnly))
|
||||
{
|
||||
qDebug("File %s was not found!", qPrintable(url));
|
||||
respondNotFound();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue