Browse Source

qml: fix recoverable channels setting

master
Sander van Grieken 3 years ago
parent
commit
93ef013111
  1. 2
      electrum/gui/qml/components/Preferences.qml

2
electrum/gui/qml/components/Preferences.qml

@ -294,7 +294,7 @@ Pane {
yesno: true yesno: true
}) })
dialog.accepted.connect(function() { dialog.accepted.connect(function() {
Config.useRecoverableChannels = False Config.useRecoverableChannels = false
}) })
dialog.rejected.connect(function() { dialog.rejected.connect(function() {
checked = true // revert checked = true // revert

Loading…
Cancel
Save