File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 94
94
95
95
states: [
96
96
State {
97
- name: " intialBlockDownload " ; when: ! synced && ! paused && conns
97
+ name: " IBD " ; when: ! synced && ! paused && conns
98
98
PropertyChanges {
99
99
target: root
100
100
header: Math .round (nodeModel .verificationProgress * 100 ) + " %"
@@ -103,7 +103,7 @@ Item {
103
103
},
104
104
105
105
State {
106
- name: " blockClock " ; when: synced && ! paused && conns
106
+ name: " BLOCKCLOCK " ; when: synced && ! paused && conns
107
107
PropertyChanges {
108
108
target: root
109
109
header: Number (nodeModel .blockTipHeight ).toLocaleString (Qt .locale (), ' f' , 0 )
@@ -112,7 +112,7 @@ Item {
112
112
},
113
113
114
114
State {
115
- name: " Manual Pause " ; when: paused
115
+ name: " PAUSE " ; when: paused
116
116
PropertyChanges {
117
117
target: root
118
118
header: " Paused"
@@ -130,7 +130,7 @@ Item {
130
130
},
131
131
132
132
State {
133
- name: " Connecting " ; when: ! paused && ! conns
133
+ name: " CONNECTING " ; when: ! paused && ! conns
134
134
PropertyChanges {
135
135
target: root
136
136
header: " Connecting"
You can’t perform that action at this time.
0 commit comments