Browse Source

fix syntax error and indentation

master
thomasv 13 years ago
parent
commit
789223c871
  1. 1
      lib/gui_qt.py

1
lib/gui_qt.py

@ -1260,7 +1260,6 @@ class ElectrumWindow(QMainWindow):
update_notification = UpdateLabel(self.config)
if(update_notification.new_version):
sb.addPermanentWidget(update_notification)
else:
if (int(qtVersion[0]) >= 4 and int(qtVersion[2]) >= 7):
sb.addPermanentWidget( StatusBarButton( QIcon(":icons/switchgui.png"), _("Switch to Lite Mode"), self.go_lite ) )

Loading…
Cancel
Save