diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-22 23:38:15 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-22 23:38:15 +0800 |
commit | 67dc3be54ac76ef3ba62e0c4c948764b83836968 (patch) | |
tree | 8fb65e5f30f4f637ffb8d7a68a5fe6c50071b33a /mist/assets/qml/wallet.qml | |
parent | c35950de476bbfedfc17cb7842a03d9bbdba76fc (diff) | |
download | go-tangerine-67dc3be54ac76ef3ba62e0c4c948764b83836968.tar go-tangerine-67dc3be54ac76ef3ba62e0c4c948764b83836968.tar.gz go-tangerine-67dc3be54ac76ef3ba62e0c4c948764b83836968.tar.bz2 go-tangerine-67dc3be54ac76ef3ba62e0c4c948764b83836968.tar.lz go-tangerine-67dc3be54ac76ef3ba62e0c4c948764b83836968.tar.xz 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.qml | 2 |
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 |