mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
show wallet name in wizard
This commit is contained in:
parent
0b674eb35d
commit
50c6a2fcbd
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class InstallWizard(QDialog):
|
|||
self.storage = storage
|
||||
self.setMinimumSize(575, 400)
|
||||
self.setMaximumSize(575, 400)
|
||||
self.setWindowTitle('Electrum')
|
||||
self.setWindowTitle('Electrum' + ' - ' + os.path.basename(self.storage.path))
|
||||
self.connect(self, QtCore.SIGNAL('accept'), self.accept)
|
||||
self.stack = QStackedLayout()
|
||||
self.setLayout(self.stack)
|
||||
|
|
Loading…
Add table
Reference in a new issue