mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 01:53:48 +00:00
Fixed reference
This commit is contained in:
parent
dc3b0e170c
commit
1fa792eae7
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue