mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
set is_editable for recv items
This commit is contained in:
parent
68b205484a
commit
117ff7af9f
1 changed files with 1 additions and 0 deletions
|
@ -1047,6 +1047,7 @@ class ElectrumWindow(QMainWindow):
|
||||||
address = str(item.data(0,0).toString())
|
address = str(item.data(0,0).toString())
|
||||||
label = self.wallet.labels.get(address,'')
|
label = self.wallet.labels.get(address,'')
|
||||||
item.setData(1,0,label)
|
item.setData(1,0,label)
|
||||||
|
item.setData(0,32, True) # is editable
|
||||||
|
|
||||||
self.run_hook('update_receive_item', address, item)
|
self.run_hook('update_receive_item', address, item)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue