Browse Source

qml: only allow wallet menu if on wallet specific page

master
Sander van Grieken 3 years ago
parent
commit
323aa84279
  1. 1
      electrum/gui/qml/components/main.qml

1
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

Loading…
Cancel
Save