|
|
@ -1748,8 +1748,8 @@ class ElectrumWindow(QMainWindow): |
|
|
|
self.search_box.hide() |
|
|
|
sb.addPermanentWidget(self.search_box) |
|
|
|
|
|
|
|
#if (int(qtVersion[0]) >= 4 and int(qtVersion[2]) >= 7): |
|
|
|
# sb.addPermanentWidget( StatusBarButton( QIcon(":icons/switchgui.png"), _("Switch to Lite Mode"), self.go_lite ) ) |
|
|
|
if (int(qtVersion[0]) >= 4 and int(qtVersion[2]) >= 7): |
|
|
|
sb.addPermanentWidget( StatusBarButton( QIcon(":icons/switchgui.png"), _("Switch to Lite Mode"), self.go_lite ) ) |
|
|
|
|
|
|
|
self.lock_icon = QIcon() |
|
|
|
self.password_button = StatusBarButton( self.lock_icon, _("Password"), self.change_password_dialog ) |
|
|
|