diff --git a/electrum/gui/qml/components/WalletMainView.qml b/electrum/gui/qml/components/WalletMainView.qml index fff04e50c..21f941c7c 100644 --- a/electrum/gui/qml/components/WalletMainView.qml +++ b/electrum/gui/qml/components/WalletMainView.qml @@ -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' } }