diff options
Diffstat (limited to 'ethereal/assets')
-rw-r--r-- | ethereal/assets/ext/home.html | 21 | ||||
-rw-r--r-- | ethereal/assets/qml/wallet.qml | 5 |
2 files changed, 26 insertions, 0 deletions
diff --git a/ethereal/assets/ext/home.html b/ethereal/assets/ext/home.html new file mode 100644 index 000000000..54af76991 --- /dev/null +++ b/ethereal/assets/ext/home.html @@ -0,0 +1,21 @@ +<!doctype> +<html> +<head> +<title>Ethereum</title> + +<style type="text/css"> +h1 { + text-align: center; + font-family: Courier; + font-size: 50pt; + margin-top: 25% +} +</style> +</head> + +<body> +<h1>Ethereum</h1> +<!-- ĐΞV --!> +</body> +</html> + diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml index 84022a230..92641fb3e 100644 --- a/ethereal/assets/qml/wallet.qml +++ b/ethereal/assets/qml/wallet.qml @@ -27,6 +27,11 @@ ApplicationWindow { onTriggered: openAppDialog.open() } + MenuItem { + text: "Browser" + onTriggered: ui.openBrowser() + } + MenuSeparator {} MenuItem { |