mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #4011
21831c9
main: add --no-igd to simple mode flags (selsta)
This commit is contained in:
commit
62878a042c
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -2034,7 +2034,7 @@ ApplicationWindow {
|
|||
return;
|
||||
}
|
||||
|
||||
const simpleModeFlags = "--enable-dns-blocklist --out-peers 16";
|
||||
const simpleModeFlags = "--enable-dns-blocklist --out-peers 16 --no-igd";
|
||||
if (appWindow.daemonRunning) {
|
||||
appWindow.stopDaemon(function() {
|
||||
appWindow.startDaemon(simpleModeFlags)
|
||||
|
|
Loading…
Reference in a new issue