|
|
|
@ -63,14 +63,6 @@ Item { |
|
|
|
icon.source: '../../icons/tab_addresses.png' |
|
|
|
icon.source: '../../icons/tab_addresses.png' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
MenuItem { |
|
|
|
|
|
|
|
icon.color: 'transparent' |
|
|
|
|
|
|
|
action: Action { |
|
|
|
|
|
|
|
text: qsTr('Wallets'); |
|
|
|
|
|
|
|
onTriggered: menu.openPage(Qt.resolvedUrl('Wallets.qml')) |
|
|
|
|
|
|
|
icon.source: '../../icons/wallet.png' |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
MenuItem { |
|
|
|
MenuItem { |
|
|
|
icon.color: 'transparent' |
|
|
|
icon.color: 'transparent' |
|
|
|
action: Action { |
|
|
|
action: Action { |
|
|
|
|