1
0

qml: Only enable Invoices menu option when there is a wallet opened

This commit is contained in:
Sander van Grieken
2023-01-10 17:28:33 +01:00
parent bc91732f22
commit 78020e5cc9

View File

@@ -53,6 +53,7 @@ Item {
action: Action {
text: qsTr('Invoices');
onTriggered: menu.openPage(Qt.resolvedUrl('Invoices.qml'))
enabled: Daemon.currentWallet
icon.source: '../../icons/tab_receive.png'
}
}