mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
disallow editing labels in Coins tab (QT)
This commit is contained in:
parent
c48efc5f3f
commit
1799b8a7af
1 changed files with 4 additions and 0 deletions
|
@ -69,3 +69,7 @@ class UTXOList(MyTreeWidget):
|
|||
menu.addAction(_("Details"), lambda: self.parent.show_transaction(tx))
|
||||
|
||||
menu.exec_(self.viewport().mapToGlobal(position))
|
||||
|
||||
def on_permit_edit(self, item, column):
|
||||
# disable editing fields in this tab (labels)
|
||||
return False
|
||||
|
|
Loading…
Add table
Reference in a new issue