mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 23:27:24 -04:00
Add updates notifier
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user