mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
follow-up c505a9b8b498fa661a09fc9bc02e4b71e0f76a68
This commit is contained in:
parent
f78e1a5606
commit
8af31ad045
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class RequestList(MyTreeWidget):
|
|||
item = QTreeWidgetItem([date, r, description, amount_str, ''])
|
||||
item.setIcon(1, self.icon_cache.get(":icons/lightning.png"))
|
||||
item.setData(0, Qt.UserRole, REQUEST_TYPE_LN)
|
||||
item.setData(0, Qt.UserRole+1, payreq_key)
|
||||
item.setData(1, Qt.UserRole, payreq_key)
|
||||
self.addTopLevelItem(item)
|
||||
|
||||
def create_menu(self, position):
|
||||
|
|
Loading…
Add table
Reference in a new issue