From 97362504e8e3339beedec2a5637df0d2557698c9 Mon Sep 17 00:00:00 2001 From: "moneromooo.monero" Date: Sun, 19 Feb 2017 10:38:03 +0000 Subject: Add updates notifier --- src/daemon/DaemonManager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/daemon/DaemonManager.cpp') diff --git a/src/daemon/DaemonManager.cpp b/src/daemon/DaemonManager.cpp index 5298743a..8533f7ef 100644 --- a/src/daemon/DaemonManager.cpp +++ b/src/daemon/DaemonManager.cpp @@ -40,9 +40,10 @@ bool DaemonManager::start(const QString &flags) arguments << str; } + arguments << "--updates" << "disabled"; qDebug() << "starting monerod " + m_monerod; - qDebug() << "With command line arguments " << m_monerod; + qDebug() << "With command line arguments " << arguments; m_daemon = new QProcess(); initialized = true; -- cgit v1.2.3