diff --git a/electrum/gui/qt/channels_list.py b/electrum/gui/qt/channels_list.py index c4466b620..89a96a980 100644 --- a/electrum/gui/qt/channels_list.py +++ b/electrum/gui/qt/channels_list.py @@ -279,6 +279,7 @@ class ChannelsList(MyTreeView): h.addWidget(self.can_send_label) h.addStretch() self.swap_button = EnterButton(_('Swap'), self.swap_dialog) + self.swap_button.setEnabled(self.parent.wallet.has_lightning()) self.new_channel_button = EnterButton(_('Open Channel'), self.new_channel_dialog) self.new_channel_button.setEnabled(self.parent.wallet.has_lightning()) h.addWidget(self.new_channel_button)