mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Remove wrong code
The correct line is 3 below
This commit is contained in:
parent
9bf45de279
commit
9f95e90706
1 changed files with 0 additions and 1 deletions
|
@ -314,7 +314,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
||||||
if self.wallet.is_watching_only():
|
if self.wallet.is_watching_only():
|
||||||
title += ' [%s]' % (_('watching only'))
|
title += ' [%s]' % (_('watching only'))
|
||||||
self.setWindowTitle(title)
|
self.setWindowTitle(title)
|
||||||
self.export_menu.setEnabled(not self.wallet.is_watching_only())
|
|
||||||
self.password_menu.setEnabled(self.wallet.can_change_password())
|
self.password_menu.setEnabled(self.wallet.can_change_password())
|
||||||
self.import_menu.setVisible(self.wallet.can_import())
|
self.import_menu.setVisible(self.wallet.can_import())
|
||||||
self.export_menu.setEnabled(self.wallet.can_export())
|
self.export_menu.setEnabled(self.wallet.can_export())
|
||||||
|
|
Loading…
Add table
Reference in a new issue