mirror of https://github.com/status-im/op-geth.git
Fixed reference
This commit is contained in:
parent
dc3b0e170c
commit
1fa792eae7
|
@ -55,7 +55,7 @@ ApplicationWindow {
|
|||
|
||||
MenuItem {
|
||||
text: "Browser"
|
||||
onTriggered: ui.openBrowser()
|
||||
onTriggered: eth.openBrowser()
|
||||
}
|
||||
|
||||
MenuItem {
|
||||
|
@ -163,7 +163,7 @@ ApplicationWindow {
|
|||
id: importAppButton
|
||||
text: "Browser"
|
||||
onClicked: {
|
||||
ui.openBrowser()
|
||||
eth.openBrowser()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue