Random port on install

This commit is contained in:
pokamest 2023-10-20 02:25:40 +01:00
parent 338499247d
commit 2da1025f26
4 changed files with 44 additions and 25 deletions

View file

@ -224,7 +224,7 @@ PageType {
if (ProtocolProps.defaultPort(defaultContainerProto) < 0) {
port.visible = false
} else {
port.textFieldText = ProtocolProps.defaultPort(defaultContainerProto)
port.textFieldText = ProtocolProps.getPortForInstall(defaultContainerProto)
}
transportProtoSelector.currentIndex = ProtocolProps.defaultTransportProto(defaultContainerProto)