mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
- UPnP is on as a default, display the display message
This commit is contained in:
parent
f7c4411c9a
commit
eb85389c0a
1 changed files with 1 additions and 0 deletions
|
@ -1126,6 +1126,7 @@ void GUI::configureSession(bool deleteOptions){
|
||||||
BTSession.disableUPnP();
|
BTSession.disableUPnP();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
setInfoBar(tr("UPnP support [ON]"), "blue");
|
||||||
// PeX
|
// PeX
|
||||||
if(!options->isPeXDisabled()){
|
if(!options->isPeXDisabled()){
|
||||||
qDebug("Enabling Peer eXchange (PeX)");
|
qDebug("Enabling Peer eXchange (PeX)");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue