Browse Source

fix issue #348

master
ThomasV 12 years ago
parent
commit
1083a15258
  1. 6
      gui/qt/main_window.py

6
gui/qt/main_window.py

@ -195,12 +195,6 @@ class ElectrumWindow(QMainWindow):
# set initial message # set initial message
self.console.showMessage(self.network.banner) self.console.showMessage(self.network.banner)
# dark magic fix by flatfly; https://bitcointalk.org/index.php?topic=73651.msg959913#msg959913
if platform.system() == 'Windows':
n = 3 if self.wallet.seed else 2
tabs.setCurrentIndex (n)
tabs.setCurrentIndex (0)
self.wallet = None self.wallet = None
self.init_lite() self.init_lite()

Loading…
Cancel
Save