diff --git a/electrum/gui/qml/components/Preferences.qml b/electrum/gui/qml/components/Preferences.qml index 569f75add..a2cbababc 100644 --- a/electrum/gui/qml/components/Preferences.qml +++ b/electrum/gui/qml/components/Preferences.qml @@ -294,7 +294,7 @@ Pane { yesno: true }) dialog.accepted.connect(function() { - Config.useRecoverableChannels = False + Config.useRecoverableChannels = false }) dialog.rejected.connect(function() { checked = true // revert