mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 19:40:18 -07:00
Fix missing qbt logo on login page in webUI. Closes #7953.
This commit is contained in:
parent
f457937980
commit
c1a282aa7b
3 changed files with 3 additions and 2 deletions
|
@ -59,6 +59,7 @@ namespace Http
|
|||
const char CONTENT_TYPE_JSON[] = "application/json";
|
||||
const char CONTENT_TYPE_PNG[] = "image/png";
|
||||
const char CONTENT_TYPE_TXT[] = "text/plain; charset=UTF-8";
|
||||
const char CONTENT_TYPE_SVG[] = "image/svg+xml";
|
||||
|
||||
// portability: "\r\n" doesn't guarantee mapping to the correct value
|
||||
const char CRLF[] = {0x0D, 0x0A, '\0'};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue