Skip to content

Commit 8227310

Browse files
committed
qml: fix un-initialized paused value in peers page PeersIndicator
Since this only shows when there are connections, we can just set as false.
1 parent 810fa55 commit 8227310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qml/pages/node/Peers.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Page {
107107
anchors.centerIn: parent
108108
spacing: 20
109109
PeersIndicator {
110+
paused: false
110111
numOutboundPeers: nodeModel.numOutboundPeers
111112
maxNumOutboundPeers: nodeModel.maxNumOutboundPeers
112113
}

0 commit comments

Comments
 (0)