mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
minor fix: parent.wallet
This commit is contained in:
parent
50bc50d78d
commit
50fed3dce5
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ class MyTreeWidget(QTreeWidget):
|
|||
if text:
|
||||
item.setForeground(self.edit_column, QBrush(QColor('black')))
|
||||
else:
|
||||
text = self.wallet.get_default_label(key)
|
||||
text = self.parent.wallet.get_default_label(key)
|
||||
item.setText(self.edit_column, text)
|
||||
item.setForeground(self.edit_column, QBrush(QColor('gray')))
|
||||
self.is_edit = False
|
||||
|
|
Loading…
Add table
Reference in a new issue