aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ethereal/assets/qml/wallet.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml
index af9a61105..58d39381b 100644
--- a/ethereal/assets/qml/wallet.qml
+++ b/ethereal/assets/qml/wallet.qml
@@ -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()
}
}