mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
Merge pull request #2863 from racam/master
login.html escape quotes + add qbittorrent-nox to gitignore + bug with startup info with qbittorrent-nox
This commit is contained in:
@@ -1076,7 +1076,11 @@ void Preferences::setIgnoreSlowTorrentsForQueueing(bool ignore)
|
||||
|
||||
bool Preferences::isWebUiEnabled() const
|
||||
{
|
||||
#ifdef DISABLE_GUI
|
||||
return true;
|
||||
#else
|
||||
return value("Preferences/WebUI/Enabled", false).toBool();
|
||||
#endif
|
||||
}
|
||||
|
||||
void Preferences::setWebUiEnabled(bool enabled)
|
||||
|
||||
Reference in New Issue
Block a user