mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -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
|
||||
{
|
||||
#ifdef DISABLE_GUI
|
||||
return value("Preferences/WebUI/UseUPnP", true).toBool();
|
||||
#else
|
||||
return value("Preferences/WebUI/UseUPnP", false).toBool();
|
||||
#endif
|
||||
}
|
||||
|
||||
void Preferences::setUPnPForWebUIPort(bool enabled)
|
||||
|
||||
Reference in New Issue
Block a user