mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Turn off port forwarding of WebUI by default for GUI users
This commit is contained in:
parent
73f762250c
commit
c7d10dc091
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue