mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-26 23:13:25 +00:00
Show the broadcast button even if broadcast.
It may not actually be broadcast or relayed for various reasons.
This commit is contained in:
parent
3446e1fd56
commit
b2bfd5af1f
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ class TxDialog(QWidget):
|
|||
else:
|
||||
time_str = _('Pending')
|
||||
status = _("%d confirmations")%conf
|
||||
elif not self.broadcast:
|
||||
else:
|
||||
self.broadcast_button.show()
|
||||
# cannot broadcast when offline
|
||||
if self.parent.network is None:
|
||||
|
|
Loading…
Add table
Reference in a new issue