qt: use the same 'nocloud' icon in wallet information
This commit is contained in:
@@ -2405,7 +2405,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
|
|||||||
grid.addWidget(QLabel(_('Enabled')), 5, 1)
|
grid.addWidget(QLabel(_('Enabled')), 5, 1)
|
||||||
else:
|
else:
|
||||||
label = IconLabel(text='Enabled, non-recoverable channels')
|
label = IconLabel(text='Enabled, non-recoverable channels')
|
||||||
label.setIcon(read_QIcon('warning.png'))
|
label.setIcon(read_QIcon('nocloud'))
|
||||||
grid.addWidget(label, 5, 1)
|
grid.addWidget(label, 5, 1)
|
||||||
if self.wallet.db.get('seed_type') == 'segwit':
|
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. "
|
msg = _("Your channels cannot be recovered from seed, because they were created with an old version of Electrum. "
|
||||||
|
|||||||
Reference in New Issue
Block a user