mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
I guess this should work with seedless wallets
This commit is contained in:
parent
4e71483975
commit
0340b1868a
1 changed files with 3 additions and 2 deletions
|
@ -212,8 +212,9 @@ class ElectrumWindow(QMainWindow):
|
||||||
|
|
||||||
# dark magic fix by flatfly; https://bitcointalk.org/index.php?topic=73651.msg959913#msg959913
|
# dark magic fix by flatfly; https://bitcointalk.org/index.php?topic=73651.msg959913#msg959913
|
||||||
if platform.system() == 'Windows':
|
if platform.system() == 'Windows':
|
||||||
tabs.setCurrentIndex (2)
|
n = 2 if self.wallet.seed else 1
|
||||||
tabs.setCurrentIndex (3)
|
tabs.setCurrentIndex (n)
|
||||||
|
tabs.setCurrentIndex (n+1)
|
||||||
tabs.setCurrentIndex (0)
|
tabs.setCurrentIndex (0)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue