diff options
Diffstat (limited to 'ethereal/assets/qml/views/transaction.qml')
-rw-r--r-- | ethereal/assets/qml/views/transaction.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ethereal/assets/qml/views/transaction.qml b/ethereal/assets/qml/views/transaction.qml index ac38ebe0c..640e02a4e 100644 --- a/ethereal/assets/qml/views/transaction.qml +++ b/ethereal/assets/qml/views/transaction.qml @@ -9,6 +9,7 @@ import Ethereum 1.0 Rectangle { property var iconFile: "../new.png" property var title: "New transaction" + property var menuItem objectName: "newTxView" visible: false |