Skip to content

Commit

Permalink
Disable swap button
Browse files Browse the repository at this point in the history
  • Loading branch information
wakiyamap committed Mar 29, 2021
1 parent f8c341b commit 363c52a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions electrum_mona/gui/kivy/uix/dialogs/lightning_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,13 @@
text: _('Open Channel')
disabled: not root.has_lightning
on_release: popup.app.popup_dialog('lightning_open_channel_dialog')
Button:
size_hint: 0.3, None
height: '48dp'
text: _('Swap')
disabled: not root.has_lightning
on_release: popup.app.popup_dialog('swap_dialog')
# monacoin is OK?
# Button:
# size_hint: 0.3, None
# height: '48dp'
# text: _('Swap')
# disabled: not root.has_lightning
# on_release: popup.app.popup_dialog('swap_dialog')
Button:
size_hint: 0.3, None
height: '48dp'
Expand Down

0 comments on commit 363c52a

Please sign in to comment.