Add COMIC_VINE_USER_AGENT to YACReaderLibrary.ini to be able to customize the user agent

This commit is contained in:
luisangelsm
2025-12-10 10:42:45 +01:00
parent 620140cf12
commit 79eb19a192
10 changed files with 44 additions and 20 deletions

View File

@ -45,5 +45,6 @@ protected slots:
protected:
QSettings *settings;
QString baseURL;
QString userAgent;
};
#endif // COMIC_VINE_CLIENT_H