qml: remove Wallets menu option, wallet selection is now shown when pressing topbar wallet name
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user