mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 09:37:31 +00:00
Update main_window.py
This commit is contained in:
parent
227a74c327
commit
d2faa61e37
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
|
|||
self.setGeometry(100, 100, 840, 400)
|
||||
|
||||
def watching_only_changed(self):
|
||||
name = "Electrum Testnet" if constants.net.TESTNET else "Electrum"
|
||||
name = "LBRY Vault Testnet" if constants.net.TESTNET else "LBRY Vault"
|
||||
title = '%s %s - %s' % (name, ELECTRUM_VERSION,
|
||||
self.wallet.basename())
|
||||
extra = [self.wallet.db.get('wallet_type', '?')]
|
||||
|
|
Loading…
Add table
Reference in a new issue