mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
handle multiple selections in receive_menu hook
This commit is contained in:
parent
68e874fd86
commit
9dbae6d0ae
1 changed files with 1 additions and 1 deletions
|
@ -1163,7 +1163,7 @@ class ElectrumWindow(QMainWindow):
|
|||
|
||||
menu.addAction(_("Send From"), lambda: self.send_from_addresses(addrs))
|
||||
|
||||
run_hook('receive_menu', menu, addr)
|
||||
run_hook('receive_menu', menu, addrs)
|
||||
menu.exec_(self.receive_list.viewport().mapToGlobal(position))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue