2022-07-21 16:01:31 +02:00
|
|
|
import "../controls"
|
2022-03-11 15:44:08 +01:00
|
|
|
|
|
|
|
|
WizardComponent {
|
|
|
|
|
valid: true
|
|
|
|
|
last: true
|
|
|
|
|
|
|
|
|
|
onAccept: {
|
2022-07-21 16:01:31 +02:00
|
|
|
wizard_data['oneserver'] = !sc.auto_server
|
|
|
|
|
wizard_data['server'] = sc.address
|
2022-03-11 15:44:08 +01:00
|
|
|
}
|
|
|
|
|
|
2022-07-21 16:01:31 +02:00
|
|
|
ServerConfig {
|
|
|
|
|
id: sc
|
2022-03-11 15:44:08 +01:00
|
|
|
width: parent.width
|
|
|
|
|
}
|
|
|
|
|
}
|