mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Turn off port forwarding of WebUI by default for GUI users
This commit is contained in:
@@ -451,7 +451,11 @@ void Preferences::setWebUiPort(quint16 port)
|
|||||||
|
|
||||||
bool Preferences::useUPnPForWebUIPort() const
|
bool Preferences::useUPnPForWebUIPort() const
|
||||||
{
|
{
|
||||||
|
#ifdef DISABLE_GUI
|
||||||
return value("Preferences/WebUI/UseUPnP", true).toBool();
|
return value("Preferences/WebUI/UseUPnP", true).toBool();
|
||||||
|
#else
|
||||||
|
return value("Preferences/WebUI/UseUPnP", false).toBool();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Preferences::setUPnPForWebUIPort(bool enabled)
|
void Preferences::setUPnPForWebUIPort(bool enabled)
|
||||||
|
|||||||
Reference in New Issue
Block a user