1
0

qt: use the same 'nocloud' icon in wallet information

This commit is contained in:
ThomasV
2021-03-24 06:25:35 +01:00
parent ca6cfbc6b0
commit 2b3c64a9d7

View File

@@ -2405,7 +2405,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
grid.addWidget(QLabel(_('Enabled')), 5, 1)
else:
label = IconLabel(text='Enabled, non-recoverable channels')
label.setIcon(read_QIcon('warning.png'))
label.setIcon(read_QIcon('nocloud'))
grid.addWidget(label, 5, 1)
if self.wallet.db.get('seed_type') == 'segwit':
msg = _("Your channels cannot be recovered from seed, because they were created with an old version of Electrum. "