mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
qt send tab: show "Pay" button even in watch-only wallets
This commit is contained in:
parent
5fd790dec9
commit
e9645db182
1 changed files with 0 additions and 1 deletions
|
@ -2063,7 +2063,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
|
|||
def update_buttons_on_seed(self):
|
||||
self.seed_button.setVisible(self.wallet.has_seed())
|
||||
self.password_button.setVisible(self.wallet.may_have_password())
|
||||
self.send_button.setVisible(not self.wallet.is_watching_only())
|
||||
|
||||
def change_password_dialog(self):
|
||||
from electrum.storage import StorageEncryptionVersion
|
||||
|
|
Loading…
Add table
Reference in a new issue