Start with all ports enabled on installation dialog
This commit is contained in:
@@ -141,11 +141,11 @@ defineExpose({
|
||||
// ensure we have value property
|
||||
for (const p in tcpPorts.value) {
|
||||
tcpPorts.value[p].value = tcpPorts.value[p].value || tcpPorts.value[p].defaultValue;
|
||||
tcpPorts.value[p].enabled = false;
|
||||
tcpPorts.value[p].enabled = true;
|
||||
}
|
||||
for (const p in udpPorts.value) {
|
||||
udpPorts.value[p].value = udpPorts.value[p].value || udpPorts.value[p].defaultValue;
|
||||
udpPorts.value[p].enabled = false;
|
||||
udpPorts.value[p].enabled = true;
|
||||
}
|
||||
|
||||
secondaryDomains.value = a.manifest.httpPorts;
|
||||
|
||||
Reference in New Issue
Block a user