aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/qml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-03 22:54:41 +0800
committerobscuren <geffobscura@gmail.com>2015-02-03 22:54:41 +0800
commit663d725026b3d41d700c12d7b4ed06da5b3f7705 (patch)
tree0d8dcf0ed6da080b6f48698d71855c0491f589e5 /cmd/mist/assets/qml
parent30fa30bd4a5f12e86480bec0a7dd2fe290c9abc4 (diff)
downloadgo-tangerine-663d725026b3d41d700c12d7b4ed06da5b3f7705.tar.gz
go-tangerine-663d725026b3d41d700c12d7b4ed06da5b3f7705.tar.zst
go-tangerine-663d725026b3d41d700c12d7b4ed06da5b3f7705.zip
Added a different default home page
Diffstat (limited to 'cmd/mist/assets/qml')
-rw-r--r--cmd/mist/assets/qml/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/mist/assets/qml/main.qml b/cmd/mist/assets/qml/main.qml
index 439f7888c..878d95825 100644
--- a/cmd/mist/assets/qml/main.qml
+++ b/cmd/mist/assets/qml/main.qml
@@ -45,7 +45,7 @@ ApplicationWindow {
mainSplit.setView(wallet.view, wallet.menuItem);
- newBrowserTab("http://etherian.io");
+ newBrowserTab(eth.assetPath("html/home.html"));
// Command setup
gui.sendCommand(0)
@@ -138,7 +138,7 @@ ApplicationWindow {
text: "New tab"
shortcut: "Ctrl+t"
onTriggered: {
- newBrowserTab("http://etherian.io");
+ newBrowserTab("about:blank");
}
}