mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
interfaces: remove now unused 'use_upnp' arg from 'mapPort'
This commit is contained in:
parent
038bbe7b20
commit
a5fcfb7385
6 changed files with 6 additions and 6 deletions
|
|
@ -526,7 +526,7 @@ bool OptionsModel::setOption(OptionID option, const QVariant& value, const std::
|
|||
case MapPortNatpmp: // core option - can be changed on-the-fly
|
||||
if (changed()) {
|
||||
update(value.toBool());
|
||||
node().mapPort(false, value.toBool());
|
||||
node().mapPort(value.toBool());
|
||||
}
|
||||
break;
|
||||
case MinimizeOnClose:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue