add "Insert" button

This commit is contained in:
MrMirDan 2025-05-10 11:28:23 +03:00
parent aab022b4a0
commit f43fad2a59

View file

@ -88,6 +88,20 @@ Page {
placeholderText: qsTr("VPN://") 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 { BlueButtonNoBorder {
Layout.topMargin: 24 Layout.topMargin: 24
Layout.leftMargin: 16 Layout.leftMargin: 16