aboutsummaryrefslogtreecommitdiffstats
path: root/mist/assets/qml/wallet.qml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-22 23:38:15 +0800
committerobscuren <geffobscura@gmail.com>2014-09-22 23:38:15 +0800
commit67dc3be54ac76ef3ba62e0c4c948764b83836968 (patch)
tree8fb65e5f30f4f637ffb8d7a68a5fe6c50071b33a /mist/assets/qml/wallet.qml
parentc35950de476bbfedfc17cb7842a03d9bbdba76fc (diff)
downloadgo-tangerine-67dc3be54ac76ef3ba62e0c4c948764b83836968.tar.gz
go-tangerine-67dc3be54ac76ef3ba62e0c4c948764b83836968.tar.zst
go-tangerine-67dc3be54ac76ef3ba62e0c4c948764b83836968.zip
Added a sample app ;-)
Diffstat (limited to 'mist/assets/qml/wallet.qml')
-rw-r--r--mist/assets/qml/wallet.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mist/assets/qml/wallet.qml b/mist/assets/qml/wallet.qml
index 8a34caddf..c30c6fcce 100644
--- a/mist/assets/qml/wallet.qml
+++ b/mist/assets/qml/wallet.qml
@@ -55,6 +55,8 @@ ApplicationWindow {
addPlugin("./views/pending_tx.qml", {noAdd: true, close: false, section: "legacy"});
addPlugin("./views/javascript.qml", {noAdd: true, close: false, section: "legacy"});
+ addPlugin("./views/jeffcoin/jeffcoin.qml", {noAdd: true, close: false, section: "apps"})
+
mainSplit.setView(wallet.view, wallet.menuItem);
// Call the ready handler