Skip to content

Commit 5f00942

Browse files
committed
qml: avoid hidden network traffic updates
1 parent c4be0bd commit 5f00942

9 files changed

Lines changed: 553 additions & 126 deletions

qml/bitcoin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ int QmlGuiMain(int argc, char* argv[])
592592
}, Qt::QueuedConnection);
593593
QObject::connect(&init_executor, &QmlInitExecutor::runawayException, &node_model, &NodeModel::handleRunawayException);
594594

595-
NetworkTrafficTower network_traffic_tower{node_model};
595+
NetworkTrafficTower network_traffic_tower{*node};
596596
NetworkStatusModel network_status_model;
597597
#ifdef __ANDROID__
598598
AndroidNotifier android_notifier{node_model};

0 commit comments

Comments
 (0)