Browse Source

qml: WCServerConfig.qml: only disable autoconnect if given server

if the user entered the server select screen and immediately clicked next,
a random server would get set but with auto_connect disabled.
master
SomberNight 2 years ago
parent
commit
3b5b75325e
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  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