Update tunnel proxy url in connection wizard

This commit is contained in:
Michael Zanetti 2022-05-09 13:01:46 +02:00
parent 1efc905e5d
commit c1dc041ae1

View File

@ -348,7 +348,7 @@ WizardPageBase {
id: addressTextInput
objectName: "addressTextInput"
Layout.fillWidth: true
placeholderText: connectionTypeComboBox.currentIndex < 2 ? "127.0.0.1" : "dev-remoteproxy.nymea.io"
placeholderText: connectionTypeComboBox.currentIndex < 2 ? "127.0.0.1" : "tunnelproxy.nymea.io"
}
Label {