|
|
|
@ -2190,6 +2190,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger): |
|
|
|
ks_type = str(keystore_types[0]) if keystore_types else _('No keystore') |
|
|
|
ks_type = str(keystore_types[0]) if keystore_types else _('No keystore') |
|
|
|
grid.addWidget(QLabel(ks_type), 4, 1) |
|
|
|
grid.addWidget(QLabel(ks_type), 4, 1) |
|
|
|
# lightning |
|
|
|
# lightning |
|
|
|
|
|
|
|
if self.wallet.can_have_lightning(): |
|
|
|
if self.wallet.has_lightning(): |
|
|
|
if self.wallet.has_lightning(): |
|
|
|
lightning_b = QPushButton(_('Disable')) |
|
|
|
lightning_b = QPushButton(_('Disable')) |
|
|
|
lightning_b.clicked.connect(dialog.close) |
|
|
|
lightning_b.clicked.connect(dialog.close) |
|
|
|
|