Browse Source

Merge pull request #8762 from SomberNight/202312_qml_wiz_serverconfig

qml: WCServerConfig.qml: only disable autoconnect if given server
master
accumulator 2 years ago committed by GitHub
parent
commit
1d574808e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      electrum/gui/qml/components/wizard/WCServerConfig.qml

2
electrum/gui/qml/components/wizard/WCServerConfig.qml

@ -9,7 +9,7 @@ WizardComponent {
last: true
function apply() {
wizard_data['autoconnect'] = false
wizard_data['autoconnect'] = sc.address == ""
wizard_data['server'] = sc.address
}

Loading…
Cancel
Save