diff --git a/electrum/gui/qml/components/main.qml b/electrum/gui/qml/components/main.qml index 09c63b7bf..c1695ce5b 100644 --- a/electrum/gui/qml/components/main.qml +++ b/electrum/gui/qml/components/main.qml @@ -122,6 +122,7 @@ ApplicationWindow MouseArea { anchors.fill: parent + enabled: Daemon.currentWallet && (!stack.currentItem.title || stack.currentItem.title == Daemon.currentWallet.name) onClicked: { stack.getRoot().menu.open() // open wallet-menu stack.getRoot().menu.y = toolbar.height