|
|
|
|
@ -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 ) ) |
|
|
|
|
|