Commit a153b47c authored by obscuren's avatar obscuren

moved

parent ed7e05fb
......@@ -59,7 +59,8 @@ Rectangle {
}
Component.onCompleted: {
webview.url = "http://etherian.io"
//webview.url = "http://etherian.io"
webview.url = "file:///Users/jeffrey/test.html"
}
signal messages(var messages, int id);
......
......@@ -45,7 +45,7 @@ ApplicationWindow {
// Takes care of loading all default plugins
Component.onCompleted: {
var wallet = addPlugin("./views/wallet.qml", {noAdd: true, close: false, section: "ethereum", active: true});
var browser = addPlugin("./webapp.qml", {noAdd: true, close: false, section: "ethereum", active: true});
var browser = addPlugin("./browser.qml", {noAdd: true, close: false, section: "ethereum", active: true});
root.browser = browser;
addPlugin("./views/miner.qml", {noAdd: true, close: false, section: "ethereum", active: true});
......
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