Feat: Add deep link

This commit is contained in:
dranik
2026-05-13 17:41:26 +03:00
parent 009ca981d5
commit e2108a28ea
19 changed files with 292 additions and 77 deletions
@@ -72,7 +72,7 @@ PageType {
Layout.leftMargin: 16
Layout.rightMargin: 16
headerText: qsTr("New connection")
headerText: qsTr("Add this connection?")
}
RowLayout {
@@ -204,7 +204,7 @@ PageType {
Layout.rightMargin: 16
Layout.leftMargin: 16
text: qsTr("Connect")
text: qsTr("Add")
clickedFunc: function() {
const headerItem = listView.headerItem;
if (!headerItem) {