mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
Update point of sale plugin for menu hook
This commit is contained in:
parent
9d4b564fc3
commit
118ac5a4b0
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ class Plugin(BasePlugin):
|
|||
item.setFlags(Qt.ItemIsSelectable | Qt.ItemIsUserCheckable | Qt.ItemIsEnabled | Qt.ItemIsDragEnabled)
|
||||
|
||||
|
||||
def receive_menu(self, menu):
|
||||
def receive_menu(self, menu, addr):
|
||||
menu.addAction(_("Request amount"), self.edit_amount)
|
||||
menu.addAction(_("Show Invoice"), lambda: self.toggle_QR_window(True))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue