Merge pull request #8762 from SomberNight/202312_qml_wiz_serverconfig
qml: WCServerConfig.qml: only disable autoconnect if given server
This commit is contained in:
@@ -9,7 +9,7 @@ WizardComponent {
|
||||
last: true
|
||||
|
||||
function apply() {
|
||||
wizard_data['autoconnect'] = false
|
||||
wizard_data['autoconnect'] = sc.address == ""
|
||||
wizard_data['server'] = sc.address
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user