Commit 1fa792ea authored by obscuren's avatar obscuren

Fixed reference

parent dc3b0e17
......@@ -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()
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment