aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-17 23:18:40 +0800
committerobscuren <geffobscura@gmail.com>2015-02-17 23:18:40 +0800
commit5238b9439eae0e60b88c65ef33274200f9c734fb (patch)
tree7026e95e22bc4e29e830799f763947aba83e62a1 /cmd/mist
parentfe94622ea33c1f34ac9fa84062f39491699083ec (diff)
parent9a2be227a6486dd514d64981fb964e86e0bb0467 (diff)
downloadgo-tangerine-5238b9439eae0e60b88c65ef33274200f9c734fb.tar
go-tangerine-5238b9439eae0e60b88c65ef33274200f9c734fb.tar.gz
go-tangerine-5238b9439eae0e60b88c65ef33274200f9c734fb.tar.bz2
go-tangerine-5238b9439eae0e60b88c65ef33274200f9c734fb.tar.lz
go-tangerine-5238b9439eae0e60b88c65ef33274200f9c734fb.tar.xz
go-tangerine-5238b9439eae0e60b88c65ef33274200f9c734fb.tar.zst
go-tangerine-5238b9439eae0e60b88c65ef33274200f9c734fb.zip
Merge branch 'alexvandesande-ui' into develop
Diffstat (limited to 'cmd/mist')
-rw-r--r--cmd/mist/assets/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/assets/qml/main.qml b/cmd/mist/assets/qml/main.qml
index 9a6bf5273..e194c9f09 100644
--- a/cmd/mist/assets/qml/main.qml
+++ b/cmd/mist/assets/qml/main.qml
@@ -888,7 +888,7 @@ ApplicationWindow {
function addPeer(peer) { peerModel.append(peer) }
function setPeerCounters(text) {
- peerCounterLabel.text = text
+ //peerCounterLabel.text = text
}
function timeAgo(unixTs){