diff --git a/client/ui/qml/DefaultVpn/Pages/PageSetupWizardConfigSource.qml b/client/ui/qml/DefaultVpn/Pages/PageSetupWizardConfigSource.qml index 795fab9a..32a74130 100644 --- a/client/ui/qml/DefaultVpn/Pages/PageSetupWizardConfigSource.qml +++ b/client/ui/qml/DefaultVpn/Pages/PageSetupWizardConfigSource.qml @@ -88,6 +88,20 @@ Page { placeholderText: qsTr("VPN://") } + WhiteButtonWithBorder { + Layout.topMargin: 24 + Layout.leftMargin: 16 + Layout.rightMargin: 16 + Layout.fillWidth: true + + text: qsTr("Insert") + + onClicked: function() { + textKey.text = "" + textKey.paste() + } + } + BlueButtonNoBorder { Layout.topMargin: 24 Layout.leftMargin: 16