mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
qt request list: minor fix
This commit is contained in:
parent
2afa6b5f36
commit
d8fbc35d1e
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ class RequestList(MyTreeWidget):
|
||||||
|
|
||||||
def create_menu(self, position):
|
def create_menu(self, position):
|
||||||
item = self.itemAt(position)
|
item = self.itemAt(position)
|
||||||
|
if not item:
|
||||||
|
return
|
||||||
addr = str(item.text(2))
|
addr = str(item.text(2))
|
||||||
req = self.wallet.receive_requests[addr]
|
req = self.wallet.receive_requests[addr]
|
||||||
column = self.currentColumn()
|
column = self.currentColumn()
|
||||||
|
|
Loading…
Add table
Reference in a new issue