diff options
Diffstat (limited to 'ethereal/assets/qml/views/info.qml')
-rw-r--r-- | ethereal/assets/qml/views/info.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ethereal/assets/qml/views/info.qml b/ethereal/assets/qml/views/info.qml index 60b6a62ec..c12977cbe 100644 --- a/ethereal/assets/qml/views/info.qml +++ b/ethereal/assets/qml/views/info.qml @@ -9,6 +9,7 @@ import Ethereum 1.0 Rectangle { property var title: "Information" property var iconFile: "../heart.png" + property var menuItem objectName: "infoView" visible: false |