Added a different default home page

This commit is contained in:
obscuren
2015-02-03 06:54:41 -08:00
parent 30fa30bd4a
commit 663d725026
3 changed files with 77 additions and 2 deletions

View File

@ -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");
}
}