Skip to content

Commit

Permalink
* do not notify about geth updates yet
Browse files Browse the repository at this point in the history
  • Loading branch information
almindor committed Aug 29, 2018
1 parent c851bad commit 1f2cfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/main.qml
Expand Up @@ -103,7 +103,7 @@ ApplicationWindow {

Connections {
target: nodeManager
onNewNodeVersionAvailable: badge.show("New " + nodeName + " version available. Current: " + curVersion + " Latest: " + newVersion)
// onNewNodeVersionAvailable: badge.show("New " + nodeName + " version available. Current: " + curVersion + " Latest: " + newVersion)
onError: {
errorDialog.text = error
errorDialog.open(error)
Expand Down

0 comments on commit 1f2cfda

Please sign in to comment.