1
0

qml: remove Wallets menu option, wallet selection is now shown when pressing topbar wallet name

This commit is contained in:
Sander van Grieken
2023-01-06 13:44:29 +01:00
parent 1887502151
commit 0cfbbe3b1d

View File

@@ -63,14 +63,6 @@ Item {
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 {
icon.color: 'transparent'
action: Action {