Add updates notifier

This commit is contained in:
moneromooo.monero
2017-02-19 10:38:03 +00:00
parent c6688dc876
commit 97362504e8
6 changed files with 126 additions and 1 deletions

View File

@@ -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;