aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/qml/views/catalog.qml
diff options
context:
space:
mode:
authorAlexandre Van de Sande <alex.vandesande@ethdev.com>2015-02-17 03:55:14 +0800
committerAlexandre Van de Sande <alex.vandesande@ethdev.com>2015-02-17 03:55:14 +0800
commit666ef482392340ba111fa3347160468266ff3cb5 (patch)
tree4cd98d24c1a93af52bd40cb44a1a30e04ba105e5 /cmd/mist/assets/qml/views/catalog.qml
parent3068e2688d88912ec33f3d80fd0fe26c4e897dcd (diff)
downloaddexon-666ef482392340ba111fa3347160468266ff3cb5.tar.gz
dexon-666ef482392340ba111fa3347160468266ff3cb5.tar.zst
dexon-666ef482392340ba111fa3347160468266ff3cb5.zip
SideIcons work. Copy paste still doesn't.
Diffstat (limited to 'cmd/mist/assets/qml/views/catalog.qml')
-rw-r--r--cmd/mist/assets/qml/views/catalog.qml10
1 files changed, 9 insertions, 1 deletions
diff --git a/cmd/mist/assets/qml/views/catalog.qml b/cmd/mist/assets/qml/views/catalog.qml
index 18a835ad2..497d69ed1 100644
--- a/cmd/mist/assets/qml/views/catalog.qml
+++ b/cmd/mist/assets/qml/views/catalog.qml
@@ -85,7 +85,7 @@ Rectangle {
property var domain: "ethereum-dapp-catalog.meteor.com"
url: protocol + domain
-
+ //experimental.settings.javascriptCanAccessClipboard: true
onJavaScriptConsoleMessage: {
@@ -112,10 +112,18 @@ Rectangle {
}
}
+ // onLoadingChanged: {
+ // if (loadRequest.status == WebEngineView.LoadSucceededStatus) {
+ // webview.runJavaScript(eth.readFile("mist.js"));
+ // }
+ // }
}
+
+
+
WebEngineView {
id: inspector
visible: false