We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3368a commit c7c73b8Copy full SHA for c7c73b8
src/qml/components/BlockClock.qml
@@ -66,21 +66,12 @@ Item {
66
color: Theme.color.neutral4
67
}
68
69
- RowLayout {
70
- id: peersIndicator
+ PeersIndicator {
71
anchors.top: subText.bottom
72
anchors.topMargin: 20
73
anchors.horizontalCenter: root.horizontalCenter
74
- spacing: 5
75
- Repeater {
76
- model: 5
77
- Rectangle {
78
- width: 3
79
- height: width
80
- radius: width/2
81
- color: Theme.color.neutral9
82
- }
83
+ numOutboundPeers: nodeModel.numOutboundPeers
+ maxNumOutboundPeers: nodeModel.maxNumOutboundPeers
84
85
86
MouseArea {
0 commit comments